Platform API · Updated May 14, 2026
Automate with the Platform API
Use the public Platform API reference to automate Maxoperf workflows while keeping tenant scope, auth, and secrets explicit.
What the Platform API is for
The Platform API is the customer-facing HTTP surface for account, workspace, project, test, run, billing, and support workflows exposed by the product. Use it when automation should do the same work a user can do in the console.
Authentication and account scope
Use the product’s supported authentication flow and keep account or workspace scope explicit. Do not put tokens, account identifiers, or secrets into URLs, marketing forms, or analytics events.
Practical automation pattern
Start with read-only automation: list workspaces, inspect tests, or fetch run details. Move to write workflows only after you have a clear owner, audit expectation, and retry strategy.
Reference
The live reference is environment-specific. Use the “Open the live reference” button on this page to reach the configured public Swagger UI.
FAQ
Where is the live Platform API reference?
The marketing site links to the configured public Swagger reference, which serves the customer-visible Platform API bundle.