Skip to main content
The Agentova public API (v1) gives you read access to your workspace’s automations, and lets you pause or reactivate them. It also delivers webhook events in real time when a lead comes in, a run finishes, or an automation’s status changes.
API v1 is read-focused. You can list, inspect, activate, and pause automations, but you can’t create or delete them, and there’s no manual trigger — that’s reserved for a future version.

What you can do

Automations

List, inspect, activate, and pause the automations in your workspace.

Runs

Look up the execution history of an automation, or across the whole workspace.

Leads

Read leads captured by your workspace, from any source, in one unified shape.

Webhooks

Subscribe to lead.created, run.completed, and automation.status_changed events.

Get started

Quickstart

Create an API key, make your first call, and receive your first webhook — in under 10 minutes.

How this documentation is built

The API Reference section isn’t written by hand — it’s generated directly from Agentova’s OpenAPI contract. If a field, an error code, or an endpoint looks wrong here, the contract itself is the source of truth to check first.
This is a draft version of the documentation, built against a local mock of the API contract. Some endpoints described here (webhooks in particular) aren’t served by the real API yet — each reference page says so where it applies.