Daytona · Capability
Daytona API Keys
Daytona API Keys. 6 operations. Lead operation: Create API key. Self-contained Naftiko capability covering one Daytona business surface.
Daytona API Keys is a Naftiko capability published by Daytona, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 6 operations across the GET, DELETE, and POST methods rooted at /v1/api-keys.
The capability includes 3 read-only operations and 3 state-changing operations. Lead operation: Create API key. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Daytona and Api-Keys.
What You Can Do
POST
Createapikey
— Create API key
/v1/api-keys
GET
Listapikeys
— List API keys
/v1/api-keys
GET
Getcurrentapikey
— Get current API key's details
/v1/api-keys/current
GET
Getapikey
— Get API key
/v1/api-keys/{name}
DELETE
Deleteapikey
— Delete API key
/v1/api-keys/{name}
DELETE
Deleteapikeyforuser
— Delete API key for user
/v1/api-keys/{userId}/{name}
MCP Tools
daytona-create-api-key
Create API key
daytona-list-api-keys
List API keys
read-only
idempotent
daytona-get-current-api-key-s-details
Get current API key's details
read-only
idempotent
daytona-get-api-key
Get API key
read-only
idempotent
daytona-delete-api-key
Delete API key
idempotent
daytona-delete-api-key-for-user
Delete API key for user
idempotent