API Reference
Authenticate and manage your Out Plane resources programmatically.
The Out Plane API lets you manage your applications, databases, domains, and more from your own tools and automation.
Authentication
Create an API token for your team, then send it as a bearer token along with your team ID:
curl -H "Authorization: Bearer YOUR_TOKEN" \
-H "X-Team-Id: YOUR_TEAM_ID" \
...A token has full access for its team, so keep it secret.
Endpoints
The full, interactive endpoint reference is being prepared and will appear here.