API
Versioned endpoints. Predictable JSON. Sanctum auth.
Manage API keys and read usage over JSON with personal access tokens—same v1 surface your console uses under the hood.
Base URL
Authentication
- Bearer Sanctum personal access token for user context (CLIs, internal services, automation).
- isk_live_* Org-scoped keys created in the console—hashed at rest, revocable, with configurable scopes.
GET /api/v1/me
Current user + active organization (Sanctum).
GET /api/v1/api-keys
List organization API keys (no secrets returned).
GET /api/v1/usage
Read metering records for the active organization.
Designed for client SDKs and codegen
Consistent envelopes reduce integration drag: your partners get clear errors, stable fields, and room to evolve without breaking older clients.