cURL
curl --request POST \ --url https://api.flipsidecrypto.xyz/public/v3/agents/{identifier}/execute \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '"<unknown>"'
"<unknown>"
Execute any registered agent (code or database-defined) by UUID or slug. The agent will be looked up in the code registry first, then fall back to database-defined agents.
Agent UUID or slug
1
Agent-specific input (varies by agent)
Agent executed successfully
Agent-specific output (varies by agent)
Was this page helpful?