Skip to content
Integrations

Plug agents into the work your stack already does.

One control plane. Every system.

Agents wake on the events your stack already emits, reach into the warehouses, queues, and SaaS apps your team lives in, and ship every action with an audit trail attached.

A few are public · request access for the rest

Already speaking with — and to — your stack

The ecosystem

Every system. One connection.

The control plane handles the wiring once. The same agent code talks to your warehouse, your CRM, your incident system, and the SaaS apps you couldn’t live without — without a custom adapter for each one.

A few connections are public today. The rest are gated to design partners while we tune them — drop a request and we’ll open access in order of demand.

Not on the list

If it can POST signed JSON, your control plane already speaks to it.

The control plane exposes one signed entry point for any event source — internal services, hand-rolled connectors, SaaS apps we haven’t certified yet. Wake an agent from it today; promote it to a named connection later.

any.system → control plane → agent
curl -X POST \
https://api.agentfield.ai/triggers/your-workflow \
-H "X-AF-Signature: $SIG" \
-H "Content-Type: application/json" \
-d '{"event":"crm.opportunity.won","id":"opp_123"}'
# → workflow wakes · policy runs · agents act · audit emitted