Build an AI Agent That Uses Your Tools | Free Sandbox

This template shows an AI agent as an ordinary workflow step. A request arrives on a webhook carrying a question, the agent reasons over it, and a capability edge grants the agent a read-only Database tool it can call to look a record up by its key before answering. The agent-to-tool connection is a grant, not control flow: the model decides when to call the tool. The demo request is pre-filled and asks for a lookup, so running it exercises the tool call end to end. Everything runs in a throwaway sandbox workspace on the platform's own AI gateway, so you can try the agent-plus-tools pattern without an account or an AI key of your own.

How to test AI Agent with Tools

This sandbox opens with a real example payload already loaded into a live workflow. Run it to watch the event move through every node, inspect the JSON at each step, and edit the mapping logic in place — no sign-up, no setup, no local tunnel. Create a free account when you are ready to point your own webhooks at a live endpoint and keep the workflows you build here.

  1. Start the sandbox to load a real AI Agent with Tools example payload into a live workflow.
  2. Run the workflow and watch the event move through each node on the canvas.
  3. Edit the mapping, add a destination, and re-run to see your changes immediately.

Related integrations

AI Agent with Tools sandbox · All integrations