Getting started

Quickstart

From a fresh account to a working, governed AI agent in about fifteen minutes.

This walkthrough takes you from an empty account to an AI agent that answers in the playground and can call a real API on your behalf. You need nothing but a provider API key (OpenAI, Groq, OpenRouter, Mistral, Z.AI, or any OpenAI-compatible endpoint).

1 · Create your account

Go to console.toolsanatomy.com, choose Create a free account, and register with your email. Your workspace is provisioned automatically on first sign-in: an isolated tenant, its own encrypted platform key, and the free Development plan.

2 · Create a flow

A flow is your agent: a model provider, a model, and the tools you later bind to it. Open Flows → Create flow, pick a provider preset (or a custom base URL), enter the model name and your provider API key. The key is write-only — after saving, no screen, API response, or log will ever show it again.

3 · Import your first tool

Open Anatomy and paste any cURL command from an API's documentation. The platform dissects it and classifies every part: secrets, customer context, AI-fillable fields, and fixed values. Review the classification in the Review studio, validate, then publish. Publishing creates an immutable tool version.

4 · Bind and test

On the flow's page, bind the published tool version. Then open Playground, select your flow, and ask something that requires the tool. You'll see the reply and the governed tool execution behind it.

5 · Go live

Create a Web Widget under Channels, restrict it to your site's origin, and paste the embed snippet into your site. Watch conversations, usage meters, and the audit trail in the console.

Everything in this walkthrough runs on the free Development plan. Upgrade under Billing when you're ready for production traffic.