Integrate Studio agents with your product.
Developer docs focus on SaaS integration, not source setup. Use the MCP manifest, webhooks, and API keys to connect approved tools.
GET https://studio.meetsin.id/api/developer/mcp-manifest
POST https://studio.meetsin.id/api/webhooks/{workspaceKey}
POST https://studio.meetsin.id/api/agents/{id}/runAPI keys
Use workspace-scoped API keys for approved server-to-server integrations. Never expose provider tokens or AI keys in the browser.
Webhooks
External products can call workspace webhooks to trigger agent runs, update app data, or create operational events.
MCP manifest
The MCP manifest exposes safe tools for templates, project generation, deploy, and agent runs to approved AI clients.
Agent tools
Tools are declared per agent: read, draft, update, send, or approve. External sends should require approval by default.
Provider adapters
Vercel, Neon, Cloudflare Registrar, Stripe, and Xendit adapters become active once server-side env keys are configured.
