Daytona · JSON Structure

Daytona Api Key Structure

JSON Structure for the Daytona Api Key resource. Derived from the official Daytona OpenAPI specification at https://www.daytona.io/docs/openapi.json.

Type: object Properties: 5 Required: 5
Artificial IntelligenceAgentsCloudCode ExecutionComputer UseDeveloper ToolsInfrastructureOpen-SourceSandboxSecure Execution

daytona-api-key is a JSON Structure definition published by Daytona, describing 5 properties, of which 5 are required. It conforms to the https://json-structure.org/v0.1/schema meta-schema.

Properties

name value createdAt permissions expiresAt

Meta-schema: https://json-structure.org/v0.1/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/v0.1/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/daytona-io/refs/heads/main/json-structure/daytona-api-key-structure.json",
  "name": "daytona-api-key",
  "description": "JSON Structure for the Daytona Api Key resource. Derived from the official Daytona OpenAPI specification at https://www.daytona.io/docs/openapi.json.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the API key",
      "example": "My API Key"
    },
    "value": {
      "type": "string",
      "description": "The API key value",
      "example": "bb_sk_1234567890abcdef"
    },
    "createdAt": {
      "format": "date-time",
      "type": "string",
      "description": "When the API key was created",
      "example": "2024-03-14T12:00:00.000Z"
    },
    "permissions": {
      "type": "array",
      "description": "The list of organization resource permissions assigned to the API key",
      "items": {
        "type": "string",
        "enum": [
          "write:registries",
          "delete:registries",
          "write:snapshots",
          "delete:snapshots",
          "write:sandboxes",
          "delete:sandboxes",
          "read:volumes",
          "write:volumes",
          "delete:volumes",
          "write:regions",
          "delete:regions",
          "read:runners",
          "write:runners",
          "delete:runners",
          "read:audit_logs"
        ]
      }
    },
    "expiresAt": {
      "format": "date-time",
      "type": "string",
      "description": "When the API key expires",
      "example": "2025-06-09T12:00:00.000Z",
      "nullable": true
    }
  },
  "required": [
    "name",
    "value",
    "createdAt",
    "permissions",
    "expiresAt"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/daytona-api-key-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.