Build Agent Execution APIs
What this is
Agent execution APIs let you run an AI agent from botgentz_ai_agents programmatically, rather than only through the BotSurf interface itself — the same ai_monthly_limit-metered execution used by AI Agents, exposed as an API for a developer's own application to call directly.
How it works
An external app authenticates, references an agent by its ID, and triggers execution the same way BotSurf's own frontend does internally — the API doesn't create a second, different execution path, it's a programmatic front door onto the exact same agent infrastructure.
Holding BOT for this path
Directly tied to ai_monthly_limit the same way the AI Agents app category is — programmatic execution draws on the same metered capacity, so BOT holding requirements here scale with actual agent-execution volume, not a flat access fee.
Related paths in API Integration