REST APIcoming soon

The public REST API is on the roadmap.

A documented, versioned /v1 surface for projects, deployments, and usage is not generally available yet. We won't ship a fake reference here — the page goes live the moment the endpoints do.

Available today

  • MCP integration — three tools (coday_list, coday_status, coday_deploy) over OAuth from your AI editor. See the MCP docs.
  • SDKs — drop-in TypeScript packages for auth, storage, realtime, and background workers consumed from your deployed app, not for orchestrating other Coday projects. See the SDK reference.
  • Stripe webhook — Coday consumes /api/webhooks/stripe for billing-side events from your Stripe account. Outbound project-event webhooks are coming with the public API.
  • GitHub App webhook /api/github/webhook receives push events from the Coday GitHub App and triggers deploys; this is internal-only (we manage the App; you don't register a webhook URL).

Need to script a Coday workflow today? Email [email protected] and we'll scope a private-preview surface.