How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Deno Apps API

Create, list, retrieve, update, and delete applications. Apps are the top-level containers for deployable code on Deno Deploy v2.

Deno Apps API is one of 11 APIs that Deno publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Application. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 2 paths, and defines 13 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.deno.com/v1.

5 operations 2 paths 13 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.example.com
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Deno Apps API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer token authentication. Generate tokens from the Deno Deploy dashboard under Settings Access Tokens.

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Apps 5

Create, list, retrieve, update, and delete applications. Apps are the top-level containers for deployable code on Deno Deploy v2.

GET
/apps
List apps
listApps 4 params → 200401
POST
/apps
Create app
createApp body → 200400401409
GET
/apps/{app}
Get app details
getApp 1 param → 200401404
PATCH
/apps/{app}
Update app
updateApp 1 param body → 200400401404
DELETE
/apps/{app}
Delete app
deleteApp 1 param → 204401404

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are App (8 properties), Config (6 properties), Runtime (5 properties), CreateAppRequest (5 properties). Each schema is shown below with its type and property counts.

LayerRefInput
object
Input for specifying a layer reference when creating or updating an app
1 property 1 required
LayerRef
object
A reference to a configuration layer attached to an app or revision
2 properties 1 required
AppListItem
object
Summary representation of an app returned in list responses
5 properties 2 required
CronJob
object
A scheduled cron job definition for periodic task execution
3 properties 3 required
Runtime
object
Runtime configuration for the deployed application
5 properties 1 required
EnvVarUpdate
object
Input for updating an environment variable using deep merge semantics. Specify id to update an existing variable, or key to create a new one. Set value to null…
5 properties
UpdateAppRequest
object
Request body for updating an existing application. All fields are optional; only provided fields are modified.
5 properties
Config
object
Build and runtime configuration for an app or revision. Supports framework-specific presets (Next.js, Astro, Fresh) or custom dynamic/static runtime configurat…
6 properties
App
object
A Deno Deploy v2 application. Apps are top-level containers for deployable code, replacing the Project concept from v1. Each app has a unique slug, optional la…
8 properties 2 required
CreateAppRequest
object
Request body for creating a new application
5 properties
Error
object
Standard error response returned on all API error conditions
2 properties 1 required
EnvVar
object
An environment variable associated with an app or revision
5 properties 2 required
EnvVarInput
object
Input for creating a new environment variable
4 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

deno-apps-api-openapi.yml Raw ↑

Other APIs Deno publishes across the network.

Deno Runtime API
Deno KV API
Deno Standard Library
Deno Deployments API
Deno Domains API
Deno KV Databases API
Deno Logs API
Deno Organizations API
Deno Projects API
Deno Revisions API
Where this information came from

This is an independent, third-party profile of Deno Apps API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.