Home
Providers
Deno
Deno
Deno is a modern JavaScript and TypeScript runtime built on V8 that emphasizes security, simplicity, and developer productivity. It provides a comprehensive developer platform including the Deno Deploy serverless edge network, a built-in key-value store, and a standard library of audited modules, all designed to run TypeScript natively without additional tooling.
Deno publishes 8 APIs on the APIs.io network, including Apps API, Deployments API, Domains API, and 5 more. Tagged areas include Deployment, Edge, JavaScript, Runtime, and Serverless.
The Deno catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.
Deno’s developer surface includes authentication, developer portal, documentation, engineering blog, and 14 more developer resources.
11 APIs
Deployment Edge JavaScript Runtime Serverless TypeScript
On this page
Kin Score
APIs 11
Open Collections 3
Pricing Plans 1
Rate Limits 1
FinOps 1
Vocabularies 1
Spectral Rules 2
JSON Schema 2
Security Posture 3
Agentic Access 1
Resources 18
apis.yml
37 Operational Transparency
Composite quality — 54.9/100 · developing
Contract Quality
17.8 / 25
Developer Ergonomics
6.1 / 20
Commercial Clarity
10.5 / 20
Operational Transparency
4.8 / 13
Agent readiness — 31/100 · agent aware
Machine-Readable Contract
18 / 18
Agentic Access Contract
10 / 10
MCP Server
0 / 12
Machine-Readable Auth
10 / 10
Idempotency
0 / 9
Stable Error Semantics
0 / 8
Request/Response Examples
0 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
0 / 6
Agent Skills
0 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 11
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
Get Started 2
Portal, sign-up, and the first successful call
Documentation 3
Reference material describing how the API behaves
Agent Surfaces 2
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 3
Pagination, idempotency, versioning, errors, and events
Build 1
SDKs, sample code, and the tooling you integrate with
Access & Security 3
Authentication, authorization, and security posture
Company 3
The organization behind the API
Other 1
Properties that don't map to a standard resource type
Source (apis.yml)
aid: deno
name: Deno
description: Deno is a modern JavaScript and TypeScript runtime built on V8 that emphasizes security, simplicity, and developer
productivity. It provides a comprehensive developer platform including the Deno Deploy serverless edge network, a built-in
key-value store, and a standard library of audited modules, all designed to run TypeScript natively without additional tooling.
type: Index
accessModel:
pricing: freemium
onboarding: self-serve
trial: false
try_now: true
public: false
label: Freemium · Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/deno.png
tags:
- Deployment
- Edge
- JavaScript
- Runtime
- Serverless
- TypeScript
url: https://raw.githubusercontent.com/api-evangelist/deno/refs/heads/main/apis.yml
created: '2026-03-21'
modified: '2026-05-19'
specificationVersion: '0.19'
kind: opensource
position: Producer
access: 3rd-Party
apis:
- aid: deno:runtime-api
name: Deno Runtime API
tags:
- JavaScript
- Runtime
- TypeScript
- WebAssembly
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://docs.deno.com/api/deno/
properties:
- url: https://docs.deno.com/api/deno/
type: Documentation
- url: json-schema/deno-deployment-schema.json
type: JSONSchema
description: The Deno Runtime API is the built-in namespace of globals and modules available to all programs running on
the Deno JavaScript and TypeScript runtime. It provides access to filesystem operations, networking, process management,
cryptography, subprocesses, permissions, and environment variables via the Deno.* namespace. The runtime natively supports
TypeScript without additional tooling and implements Web Platform APIs such as fetch, WebSocket, URL, and Web Crypto.
- aid: deno:kv-api
name: Deno KV API
tags:
- Database
- Edge
- Key-Value
- Storage
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
baseURL: https://api.deno.com
humanURL: https://docs.deno.com/deploy/kv/
properties:
- url: https://docs.deno.com/deploy/kv/
type: Documentation
- url: https://docs.deno.com/api/deno/~/Deno.Kv
type: Documentation
- url: json-schema/deno-kv-database-schema.json
type: JSONSchema
description: Deno KV is a key-value database built directly into the Deno runtime and available as a globally distributed
store on Deno Deploy. It is accessed via the Deno.Kv namespace and supports get, set, delete, list, and atomic transaction
operations. Keys are ordered tuples that support hierarchical data modeling, and values can be any structured-serializable
JavaScript value including the special Deno.KvU64 type for 64-bit unsigned integers.
- aid: deno:standard-library
name: Deno Standard Library
tags:
- Modules
- Standard Library
- TypeScript
- Utilities
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://docs.deno.com/runtime/fundamentals/standard_library/
properties:
- url: https://docs.deno.com/runtime/fundamentals/standard_library/
type: Documentation
- url: https://jsr.io/@std
type: Documentation
description: The Deno Standard Library is a collection of audited TypeScript modules maintained by the Deno core team and
published on JSR under the @std scope. It provides common utilities including HTTP server helpers, path manipulation,
assertions, CSV and JSON parsing, hashing, encoding, streams, date formatting, and more. All modules are guaranteed to
work with the current stable Deno release and do not rely on third-party dependencies.
- aid: deno:deno-apps-api
name: Deno Apps API
description: Create, list, retrieve, update, and delete applications. Apps are the top-level containers for deployable code
on Deno Deploy v2.
humanURL: https://docs.deno.com/api/deno/
baseURL: https://api.example.com
tags:
- Apps
properties:
- type: OpenAPI
url: openapi/deno-apps-api-openapi.yml
- type: Documentation
url: https://docs.deno.com/deploy/api/rest/
- type: Documentation
url: https://apidocs.deno.com/
- type: Documentation
url: https://api.deno.com/v2/docs
- type: Documentation
url: https://docs.deno.com/subhosting/api/
- type: Documentation
url: https://docs.deno.com/subhosting/manual/
- aid: deno:deno-deployments-api
name: Deno Deployments API
description: Create, list, retrieve, redeploy, and delete deployments; access build and app logs
humanURL: https://docs.deno.com/api/deno/
baseURL: https://api.example.com
tags:
- Deployments
properties:
- type: OpenAPI
url: openapi/deno-deployments-api-openapi.yml
- type: Documentation
url: https://docs.deno.com/deploy/api/rest/
- type: Documentation
url: https://apidocs.deno.com/
- type: Documentation
url: https://api.deno.com/v2/docs
- type: Documentation
url: https://docs.deno.com/subhosting/api/
- type: Documentation
url: https://docs.deno.com/subhosting/manual/
- aid: deno:deno-domains-api
name: Deno Domains API
description: Register and manage custom domains with TLS certificate support
humanURL: https://docs.deno.com/api/deno/
baseURL: https://api.example.com
tags:
- Domains
properties:
- type: OpenAPI
url: openapi/deno-domains-api-openapi.yml
- type: Documentation
url: https://docs.deno.com/deploy/api/rest/
- type: Documentation
url: https://apidocs.deno.com/
- type: Documentation
url: https://api.deno.com/v2/docs
- type: Documentation
url: https://docs.deno.com/subhosting/api/
- type: Documentation
url: https://docs.deno.com/subhosting/manual/
- aid: deno:deno-kv-databases-api
name: Deno KV Databases API
description: Create and manage Deno KV databases and backups
humanURL: https://docs.deno.com/api/deno/
baseURL: https://api.example.com
tags:
- KV Databases
properties:
- type: OpenAPI
url: openapi/deno-kv-databases-api-openapi.yml
- type: Documentation
url: https://docs.deno.com/deploy/api/rest/
- type: Documentation
url: https://apidocs.deno.com/
- type: Documentation
url: https://api.deno.com/v2/docs
- type: Documentation
url: https://docs.deno.com/subhosting/api/
- type: Documentation
url: https://docs.deno.com/subhosting/manual/
- aid: deno:deno-logs-api
name: Deno Logs API
description: Query or stream runtime application logs for apps
humanURL: https://docs.deno.com/api/deno/
baseURL: https://api.example.com
tags:
- Logs
properties:
- type: OpenAPI
url: openapi/deno-logs-api-openapi.yml
- type: Documentation
url: https://docs.deno.com/deploy/api/rest/
- type: Documentation
url: https://apidocs.deno.com/
- type: Documentation
url: https://api.deno.com/v2/docs
- type: Documentation
url: https://docs.deno.com/subhosting/api/
- type: Documentation
url: https://docs.deno.com/subhosting/manual/
- aid: deno:deno-organizations-api
name: Deno Organizations API
description: Retrieve organization details and analytics
humanURL: https://docs.deno.com/api/deno/
baseURL: https://api.example.com
tags:
- Organizations
properties:
- type: OpenAPI
url: openapi/deno-organizations-api-openapi.yml
- type: Documentation
url: https://docs.deno.com/deploy/api/rest/
- type: Documentation
url: https://apidocs.deno.com/
- type: Documentation
url: https://api.deno.com/v2/docs
- type: Documentation
url: https://docs.deno.com/subhosting/api/
- type: Documentation
url: https://docs.deno.com/subhosting/manual/
- aid: deno:deno-projects-api
name: Deno Projects API
description: Create, list, update, and delete Deploy projects
humanURL: https://docs.deno.com/api/deno/
baseURL: https://api.example.com
tags:
- Projects
properties:
- type: OpenAPI
url: openapi/deno-projects-api-openapi.yml
- type: Documentation
url: https://docs.deno.com/deploy/api/rest/
- type: Documentation
url: https://apidocs.deno.com/
- type: Documentation
url: https://api.deno.com/v2/docs
- type: Documentation
url: https://docs.deno.com/subhosting/api/
- type: Documentation
url: https://docs.deno.com/subhosting/manual/
- aid: deno:deno-revisions-api
name: Deno Revisions API
description: Deploy new revisions, track build progress, cancel builds, and delete revisions. Revisions are immutable snapshots
of deployed code.
humanURL: https://docs.deno.com/api/deno/
baseURL: https://api.example.com
tags:
- Revisions
properties:
- type: OpenAPI
url: openapi/deno-revisions-api-openapi.yml
- type: Documentation
url: https://docs.deno.com/deploy/api/rest/
- type: Documentation
url: https://apidocs.deno.com/
- type: Documentation
url: https://api.deno.com/v2/docs
- type: Documentation
url: https://docs.deno.com/subhosting/api/
- type: Documentation
url: https://docs.deno.com/subhosting/manual/
common:
- type: AgenticAccess
url: agentic-access/deno-agentic-access.yml
- type: VulnerabilityDisclosure
url: security/deno-vulnerability-disclosure.yml
- type: DomainSecurity
url: security/deno-domain-security.yml
- type: Authentication
url: authentication/deno-authentication.yml
- type: LinkedIn
url: https://www.linkedin.com/company/deno
- type: Website
url: https://deno.com
- type: Portal
url: https://dash.deno.com
- type: Documentation
url: https://docs.deno.com
- type: Blog
url: https://deno.com/blog
- type: GitHubOrganization
url: https://github.com/denoland
- type: Login
url: https://dash.deno.com/signin
- type: JSONLD
url: json-ld/deno-context.jsonld
- type: JSONSchema
url: json-schema/deno-deployment-schema.json
- type: JSONSchema
url: json-schema/deno-kv-database-schema.json
- type: Vocabulary
url: vocabulary/deno-vocabulary.yml
- type: Capabilities
url: capabilities/deno-capabilities.yml
- type: Rules
url: rules/deno-rules.yml
- type: Integrations
url: https://deno.com/integrations
- type: LlmsText
url: https://docs.deno.com/llms.txt
integrations:
- name: Search powered by Orama
- name: Ferris
- name: Deno
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com