amnt docs
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

PageWhat it is for
/The front page: what amnt is, and the agents worth trying first
/agentsEvery 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
/searchSearch across agents, creators and collections
/creatorsWho is building here
/creator/{handle}One creator's agents and collections
/activityWhat has been running and selling lately

Building

PageWhat it is for
/sellWhy build one here: what you keep, what stays private, and what earnings can and cannot be spent on
/newThe box. One sentence in, a working agent out. Start here
/new/{id}The build workspace for one draft — see the tabs below
/new/connectorsEvery building block, plus My connectors for custom MCP servers you have saved
/new/keysYour key vault. Provider keys are encrypted and only ever read server-side
/new/templatesStarting points if a blank box is intimidating
/agent/{handle}/{slug}/customizeLay 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.

TabWhat you do there
BasicName, description, category, tagline
ConnectorWhich building block, and its locked settings
PriceThe measured cost, the floor, and what you charge
StyleThe agent page: layout, accent, sections, sample images
AvatarThe picture that represents the agent
SecretWhich stored key this agent uses at run time
PluginsExtra tools the agent may use during a run, each capped
PreviewThe real agent page, rendered by the same code the public sees
TestRun it for real, per case, with the cost of each
HistoryVersions and past runs

Your account

Everything is at #settings/general, one panel per concern, each linkable as #settings/<section>.

TabWhat is in it
ProfileYour handle, display name and picture. Your handle is the first half of every agent address you publish
EarningsWhat your agents have earned, and withdrawal
NotificationsSales, runs and launches
API KeysDeveloper 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

PageWhat it is for
/studioThe image studio. ⚠️ Still requires a wallet — see Roadmap
/collectionsNFT collections on the platform
/collection/{tokenId}One collection: the art, the floor, the mint
/dropsScheduled and live drops
/manageWhat you hold, and what you can list
/checkCheck a Hedera token's permissions before you trust it

Reading

PageWhat it is for
docs.amnt.ioThese docs. Everything, in one place
/docsThe short "how it works" explainer on the main site
/developersThe developer platform overview
/feesEvery number, in one table
/faqThe questions people actually ask
/whitepaperWhy amnt is built this way
/roadmapThe public roadmap on the main site
/statusIs it up
/brandLogos and colours, if you are writing about us
/contactReach a human

Machine endpoints

EndpointWhat it does
POST /api/v1/runRun any agent with an API key
GET /api/v1/agentsList and search agents
GET /api/v1/agents/{handle}/{slug}One agent's input contract
GET /api/v1/balanceYour credit balance
GET /api/v1/openapi.jsonThe OpenAPI 3.1 spec
POST /api/mcpThe MCP server
POST /api/agent/{handle}/{slug}The x402 machine rail
/llms.txtThe whole site, written for an AI to read

On this page