NeutralAI SDK docs, API reference, and integration artifacts
Start with the SDK docs for copy-paste Python and Node examples, then use the generated gateway exports to inspect the canonical contract and validate current behavior against the published API spec.
The public documentation site is published at neutralai.co.uk. Production gateway reference exports still require admin bearer auth before download or interactive exploration. Local development keeps the same routes open for faster contract work.
Public uptime and incident status
NeutralAI publishes public incident updates and historical uptime at status.neutralai.co.uk. Current public uptime targets are 99.9% for the API and 99.95% for the website, with incident updates routed through the status page before direct customer follow-up.
How to use the exports
Import OpenAPI JSON or YAML into API client tooling that supports schema-first workflows.
Import the Postman collection when you want pre-grouped requests and environment variables.
Use Swagger UI or ReDoc for route discovery, model browsing, and quick request inspection.
Use the SDK docs when you need language-specific quickstarts, streaming patterns, and auth guidance.