Deploylet documentation

Agent API

Give coding agents a documented deployment path with explicit JSON responses and narrow token scopes.

Start with the contract

The generated OpenAPI contract exposes the current deployment and runtime routes. It is the source of truth for request and response shapes.

Open the current OpenAPI document

Use narrow tokens

Operators create scoped runtime tokens through the admin API. Tokens can be limited by workspace, space, environment, origin, scope, and optional expiry, then revoked without exposing their plaintext value again.

Plan for explicit outcomes

Deploylet routes return structured responses with status and next-action information. Agents should treat errors as actionable outcomes, not prompts to retry blindly.