ChatPilot Developer Resources
Use these resources to discover ChatPilot's public machine-readable surface.
Public resources
- OpenAPI 3.1 specification — the canonical machine-readable API description
- API discovery document — links to all public developer resources
- API status — health of the public discovery API
- Agent index — product context and canonical page links
- XML sitemap — all indexable pages
API scope
The published OpenAPI document covers ChatPilot's unauthenticated website discovery endpoints. It requires no API key.
Customer integration API access is an Enterprise feature. Its authentication details and tenant-specific documentation are provided during onboarding. ChatPilot does not currently advertise a public webhook or MCP server.
Errors
Public API errors use application/json and include a stable error code, a human-readable message, and a resolution hint.
{
"error": {
"code": "RESOURCE_NOT_FOUND",
"message": "No public ChatPilot API resource exists at /api/example.",
"resolution": "Use GET /api to discover public endpoints or consult the OpenAPI specification.",
"documentation_url": "https://www.runchatpilot.com/developers",
"openapi_url": "https://www.runchatpilot.com/openapi.json"
}
}
Enterprise integration access
Contact ChatPilot on WhatsApp to discuss an integration and receive the documentation and credentials for your tenant.