The Char API is a REST interface for managing organizations, identity provider configuration, end users, skills, threads, usage, and subscriptions.Documentation Index
Fetch the complete documentation index at: https://docs.usechar.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
See Authentication for details on tokens and org context.Resource Groups
The OpenAPI spec groups endpoints into the following categories:- Auth (session logout)
- Users and Organizations
- Identity Providers (SSO config + test connection)
- End Users
- Organization Skills
- Threads
- Usage Analytics
- Directories
- Plan Tiers
- Subscriptions
Request & Response Format
- All requests and responses use JSON.
- There is no global envelope; each endpoint returns its own schema.
Pagination
Some list endpoints acceptlimit and offset (for example, POST /organization-skills/list). Always check the OpenAPI spec for the exact shape and defaults.
OpenAPI Spec
- Spec:
https://app.usechar.ai/api/spec.json - Docs:
https://app.usechar.ai/api/docs

