Nguyen AI — Governed AI Operating System for Enterprise.
Status: implementing. No production-ready claim until FDR-012 opens.
Terms · Privacy · Cookies
3. Authentication
API authentication uses bearer tokens issued per tenant. Tokens are scoped to tenant boundaries and can be revoked by tenant administrators.
4. Rate Limiting
API requests are rate-limited per tenant to ensure fair usage. Rate limits are configurable and communicated in API responses via standard headers.
5. Error Handling
API errors follow standard HTTP status codes with JSON error bodies. Error responses include request IDs for troubleshooting and support escalation.
6. Versioning
The API follows semantic versioning. Breaking changes are communicated at least 90 days in advance. Deprecation notices are included in API responses.
7. SDK Support
Official SDKs are provided for major programming languages. Community SDKs are welcome but not officially supported. API documentation includes code examples.