How-to
How to connect AI agents to your APIs
AgentMesh agents can call any REST API using built-in tools — no custom code — so they read and write your systems during a run.
- In the agent builder, enable the http_request tool (and send_webhook if you push events out).
- In the agent’s instructions, describe when to call your API and what to do with the result.
- Outbound calls pass through an SSRF guard (public hosts only, no redirects) for safety.
- For inbound events, add a webhook trigger to a workflow so your systems can start a run.
For first-class services, connect Slack and Google Calendar under Account → Integrations instead of raw HTTP.