Overview
The Ordinal Agency API allows agencies and teams to programmatically manage multiple workspaces from a single company account. With company-level API access, you can create new workspaces, manage workspace API keys, and automate your multi-client workflows.Base URL
Use Cases
The Agency API is designed for:- Agencies managing social media for multiple clients, each with their own workspace
- Enterprises with multiple brands or business units
- Platforms building integrations that provision Ordinal workspaces for their users
Quick Start
Enterprise Plan RequiredThe Agency API requires an Enterprise plan. Contact sales to upgrade your account.
Generate a Company API Key
Navigate to your company settings and create a new company API key. See the Authentication guide for details.
Make Your First Request
Use the company API key as a Bearer token to authenticate your requests:Confirm that you see your workspaces in the response.
Available Operations
List Workspaces
List all workspaces in your company
Create Workspace
Create a new workspace for a client
Get Workspace
Retrieve details of a specific workspace
Manage API Keys
Create and list workspace API keys programmatically
Agency API vs Workspace API
| Feature | Agency API | Workspace API |
|---|---|---|
| Scope | All workspaces in your company | Single workspace |
| Key prefix | ord_c_* | ord_* |
| Create workspaces | Yes | No |
| Manage workspace API keys | Yes | No |
| Access posts and profiles | No (use workspace keys) | Yes |