REST API overview
The Illuminated Intelligence API is organized around predictable, resource-oriented URLs and uses standard HTTP response codes, authentication, and verbs. All requests and responses are JSON-encoded. The base URL for all API requests is https://api.illuminatedintelligence.ai/v1.
Authentication is via Bearer tokens, scoped per workspace and per role. You can generate API keys from your workspace settings — read-only, write, and admin scopes are supported. Tokens never expire but can be rotated or revoked at any time.
