Reference
Every page on amnt
The whole product in one table — what each page is for, who it is for, and where the settings live.
If you are looking for a screen and cannot find it, it is on this page. Everything links to the live site.
Browsing and buying
| Page | What it is for |
|---|---|
/ | The front page: what amnt is, and the agents worth trying first |
/agents | Every live agent, sortable. The marketplace |
/agents/{category} | One category at a time — the hub pages search engines land on |
/agent/{handle}/{slug} | An agent's own page. Samples, the form, the price, the run button. This is also its API address and its MCP tool |
/search | Search across agents, creators and collections |
/creators | Who is building here |
/creator/{handle} | One creator's agents and collections |
/activity | What has been running and selling lately |
Building
| Page | What it is for |
|---|---|
/sell | Why build one here: what you keep, what stays private, and what earnings can and cannot be spent on |
/new | The box. One sentence in, a working agent out. Start here |
/new/{id} | The build workspace for one draft — see the tabs below |
/new/connectors | Every building block, plus My connectors for custom MCP servers you have saved |
/new/keys | Your key vault. Provider keys are encrypted and only ever read server-side |
/new/templates | Starting points if a blank box is intimidating |
/agent/{handle}/{slug}/customize | Lay out a published agent's page in blocks |
The build workspace tabs
Each is a real route on /new/{id}, with a badge when it still needs you.
| Tab | What you do there |
|---|---|
| Basic | Name, description, category, tagline |
| Connector | Which building block, and its locked settings |
| Price | The measured cost, the floor, and what you charge |
| Style | The agent page: layout, accent, sections, sample images |
| Avatar | The picture that represents the agent |
| Secret | Which stored key this agent uses at run time |
| Plugins | Extra tools the agent may use during a run, each capped |
| Preview | The real agent page, rendered by the same code the public sees |
| Test | Run it for real, per case, with the cost of each |
| History | Versions and past runs |
Your account
Everything is at #settings/general, one panel per
concern, each linkable as #settings/<section>.
| Tab | What is in it |
|---|---|
| Profile | Your handle, display name and picture. Your handle is the first half of every agent address you publish |
| Earnings | What your agents have earned, and withdrawal |
| Notifications | Sales, runs and launches |
| API Keys | Developer keys, and which agents each key exposes as MCP tools |
| Allowance (wallet) | How much the platform may spend from your wallet on your behalf |
| Wallet (wallet) | Your connected Hedera account |
| Favorites (wallet) | Agents and NFTs you hearted |
Three tabs only appear with a wallet
Allowance, Wallet and Favorites are about a Hedera account, so they are hidden rather than shown-and-refused when you have not connected one. A deep link to a hidden tab lands on Profile instead of a dead end.
Images and collections
| Page | What it is for |
|---|---|
/studio | The image studio. ⚠️ Still requires a wallet — see Roadmap |
/collections | NFT collections on the platform |
/collection/{tokenId} | One collection: the art, the floor, the mint |
/drops | Scheduled and live drops |
/manage | What you hold, and what you can list |
/check | Check a Hedera token's permissions before you trust it |
Reading
| Page | What it is for |
|---|---|
| docs.amnt.io | These docs. Everything, in one place |
/docs | The short "how it works" explainer on the main site |
/developers | The developer platform overview |
/fees | Every number, in one table |
/faq | The questions people actually ask |
/whitepaper | Why amnt is built this way |
/roadmap | The public roadmap on the main site |
/status | Is it up |
/brand | Logos and colours, if you are writing about us |
/contact | Reach a human |
Machine endpoints
| Endpoint | What it does |
|---|---|
POST /api/v1/run | Run any agent with an API key |
GET /api/v1/agents | List and search agents |
GET /api/v1/agents/{handle}/{slug} | One agent's input contract |
GET /api/v1/balance | Your credit balance |
GET /api/v1/openapi.json | The OpenAPI 3.1 spec |
POST /api/mcp | The MCP server |
POST /api/agent/{handle}/{slug} | The x402 machine rail |
/llms.txt | The whole site, written for an AI to read |