Skip to content

API Reference

Invoker provides an HTTP API for creating and managing deployments.

Base URL

https://api.invoker.page

Authentication

Most endpoints require a valid API key in the Authorization header:

Authorization: Bearer inv_xxxxx

Deploy endpoints also support anonymous access — omit the Authorization header and the deploy will be created without an account (expires after 24 hours, returns a claim_token).

See Authentication for details on obtaining and managing API keys.

Content Type

Requests and responses use JSON (application/json).

Endpoints

Deployments

MethodPathDescription
POST/deployCreate a new deployment
GET/deploy/:idGet deployment status
PUT/deploy/:idUpdate deployment content
DELETE/deploy/:idDelete a deployment
POST/deploy/claimClaim an anonymous deployment
GET/deploysList all deployments

Error Handling

All error responses return a JSON object with an error field. See Errors & Rate Limits for status codes, rate limits, and examples.

Deploy apps from conversation. Vercel for AI agents.