Developers
This section is for developers building on top of Zoie.
Scope today
The supported, documented way to integrate with Zoie programmatically is the MCP server — it's standards-based (OAuth 2.1 + streamable HTTP) and works with any MCP client. The REST and webhook references below are being expanded.
What's here
MCP server reference
Endpoint, transport, OAuth, scopes, and tools
Authentication
OAuth and the token model
REST API
Endpoint reference (expanding)
Webhooks & embeds
Website widget and form embeds
Environments
Zoie runs in separate environments; each has its own backend and MCP endpoint.
| Environment | App | MCP server |
|---|---|---|
| Production | app.zoie.ai / zoie.ai | https://mcp.zoie.ai |
| Beta | beta.zoie.ai | https://beta-mcp.zoie.ai |
| Dev | dev.zoie.ai | https://dev-mcp.zoie.ai |
Always target the environment that holds the data you're working with.