Available APIs
| API | Use it to | Base path |
|---|---|---|
| OpenAI-compatible API | Send chat completion requests, list available models, stream responses, and use tool calling with Poolside models. | /openai/v1 |
| Poolside API | Automate Poolside administration, such as managing users and team membership. See Identity Management API. | /poolside/v1 |
| System for Cross-domain Identity Management (SCIM) API | Provision and remove users from an identity provider that supports SCIM 2.0. | /scim |
Get started
To start using a Poolside API:- Create an API key. See Authentication.
- Choose the API that matches your workflow.
- Depending on your workflow:
- For model requests, follow the OpenAI-compatible API examples.
- For organization automation, start with Identity Management API.