Two ways to create
Invent
Describe what you want in plain language and the platform generates a working Tool for you. Great for getting started fast — you make the tweaks.
Build from scratch
Full step-by-step control over inputs, steps, and outputs. Ideal when you have a specific workflow in mind or need precision.
Option 1: Invent a Tool
- Click Tools in the left sidebar
- Click + New Tool
- Select Invent
- Describe what the Tool should do — be specific about the input it receives, the action it performs, and the output you expect
- Review the generated Tool — Inventor will set up the inputs, steps, and outputs for you
- Test and tweak as needed
Option 2: Build from scratch
- Click Tools in the left sidebar
- Click + New Tool
- Select Start from scratch
- Give your Tool a name and description, then click Edit agent prompt to describe how an Agent should use the Tool
- Add your inputs — what data does the Tool need to receive?
- Add steps — what should the Tool do with that data? Steps include LLM prompts, API calls, integrations, code execution, and more
- Define your outputs — what should the Tool return when it’s done?
- Run individual steps to test as you build
- Give the Tool to an Agent or share it as a standalone form
The Tool Builder

- Use — run and test your Tool as a shareable form
- Build — create your Tool by defining inputs and chaining steps together
- Logs — review past executions and debug issues
Follow along on YouTube
What’s next?
Once you’ve created a Tool, explore the rest of the build guides to refine it:- Style guide — naming conventions and best practices for making Tools work well with Agents
- Inputs — configure what data your Tool receives
- Steps — chain actions together into a workflow
- Outputs — define what your Tool returns

