ChatPilot Developer Resources

Use these resources to discover ChatPilot's public machine-readable surface.

Public resources

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.