AgentMeshStart free

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.

  1. In the agent builder, enable the http_request tool (and send_webhook if you push events out).
  2. In the agent’s instructions, describe when to call your API and what to do with the result.
  3. Outbound calls pass through an SSRF guard (public hosts only, no redirects) for safety.
  4. 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.