Deno Deploy for your agents.
Connect Deno Deploy once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Deno Deploy.
What agents can do with Deno Deploy
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
deno-deploy_list_appsList all apps on the Deno Deploy account.
deno-deploy_get_appGet details of a specific app by id or slug.
deno-deploy_create_appCreate a new app on Deno Deploy.
deno-deploy_delete_appDelete an app by id.
deno-deploy_get_app_logsGet or stream logs for an app.
deno-deploy_update_appUpdate an app's configuration, such as its name or description.
deno-deploy_list_deploymentsList all deployments for an app with their statuses.
deno-deploy_get_deploymentGet details of a specific deployment by its id.
deno-deploy_create_deploymentCreate a new deployment for an app from a remote URL or upload.
deno-deploy_list_organizationsList organizations the token has access to.
deno-deploy_get_organizationGet details of a specific organization by id.
deno-deploy_set_env_varsSet environment variables for an app. The body is a JSON object of key-value pairs.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Go to Deno Deploy Dashboard > Settings > Access Tokens.
- Click 'New Access Token', name it (e.g. even-connect).
- Select the organization and scopes.
- Copy the token starting with ddo_.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Deno Deploy to Even: call connect_begin("deno-deploy") on the even-connect MCP and walk me through it.
Create and manage Deno Deploy applications, retrieve app logs, and monitor deployment status of edge functions.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.