Create a run
Runs
Create a run
Invoke a published agent asynchronously. Returns a run ID that you can poll for status and results.
Pass ?dry_run=true to preview the compiled prompt without executing.
POST
Create a run
Documentation Index
Fetch the complete documentation index at: https://docs.push.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Organization API key. Create one in the Push AI dashboard under Settings → API Keys.
Path Parameters
The ID of the agent to invoke.
Query Parameters
If true, returns the compiled prompt and parameters without executing the agent.
Body
application/json
Optional parameter values to bind for this run. Each entry maps a parameter name to a value.

