Resource overview
The API is organized around these primary resources:| Resource | Base path | Description |
|---|---|---|
| Organizations | /organizations | Create, list, update, and delete organizations |
| Projects | /projects | Manage projects and their settings |
| Environments | /projects/{id}/environments | Branch, merge, activate, and deactivate environments |
| Subscriptions | /subscriptions | Manage project subscriptions and plans |
| Users | /users | User profiles and account management |
| Members | /organizations/{id}/members | Organization membership and permissions |
| Invitations | /organizations/{id}/invitations | Invite users to organizations |
Common patterns
Pagination
List endpoints support pagination with query parameters:| Parameter | Description |
|---|---|
page[size] | Number of results per page (1–100) |
page[before] | Cursor for previous page |
page[after] | Cursor for next page |
Sorting
Use thesort parameter on list endpoints. Prefix with - for descending order: