# CrewAI Platform ## Docs - [Create an access token](https://docs-platform.crewai.com/api-reference/authentication/create-an-access-token.md): Exchange service account client credentials for an opaque bearer access token. Use HTTP Basic auth with `client_id` as the username and `client_secret` as the password; the header is `Authorization: Basic `. - [Introduction](https://docs-platform.crewai.com/api/introduction.md): Build against the supported CrewAI Platform public API. - [Error responses](https://docs-platform.crewai.com/api/problems.md): Error responses returned by the CrewAI Platform API. - [Bad request](https://docs-platform.crewai.com/api/problems/bad_request.md) - [Conflict](https://docs-platform.crewai.com/api/problems/conflict.md) - [Internal error](https://docs-platform.crewai.com/api/problems/internal_error.md) - [Not found](https://docs-platform.crewai.com/api/problems/not_found.md) - [Unauthorized](https://docs-platform.crewai.com/api/problems/unauthorized.md) - [Validation error](https://docs-platform.crewai.com/api/problems/validation_error.md) - [Service accounts](https://docs-platform.crewai.com/api/service-account.md) - [Check API status](https://docs-platform.crewai.com/api/v1/reference/status/check-api-status.md) - [List users](https://docs-platform.crewai.com/api/v1/reference/users/list-users.md): Returns users that belong to the organization associated with the authenticated service account. - [CrewAI Platform Documentation](https://docs-platform.crewai.com/index.md): Build, operate, and integrate production-ready multi-agent systems on CrewAI Platform. ## OpenAPI Specs - [platform-v1](https://docs-platform.crewai.com/openapi/platform-v1.yaml) - [platform-auth](https://docs-platform.crewai.com/openapi/platform-auth.yaml)