The Planasonix REST API automates everything you do in the UI: manage connections, trigger pipeline runs, inspect history, configure schedules, and integrate with CI/CD. This reference describes how requests are shaped; endpoint paths match your workspace’s deployed API version.Documentation Index
Fetch the complete documentation index at: https://docs.planasonix.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Your workspace uses a region-specific host. The pattern is:https://acme.planasonixapis.com/v1). Always use HTTPS.
Prefix every path with the version segment (/v1) so upgrades remain predictable when new major versions ship.
Authentication
Authenticate with an API key you create under Organization settings. Send it on every request:Never commit API keys to Git. Load them from your secret manager in CI and local dev shells.
Rate limits
Planasonix applies per-workspace and per-key rate limits to protect shared infrastructure:- Standard burst allowances for interactive automation
- Sustained request-per-minute caps; heavy polling should batch or use webhooks
Retry-After hint. Back off exponentially and avoid tight loops on failure.
Response formats
Successful responses use JSON with UTF-8 encoding. Common envelopes: Single resourceOpenAPI and SDKs
If your workspace publishes OpenAPI 3 metadata, import it into Postman or generate clients in your language. When Mintlify is wired to that spec, endpoint pages appear under this tab automatically.Next steps
Authentication
Keys, scopes, and security practices.
Webhooks
Complement pull-based API automation with push triggers.