amnt docs
Reference

Glossary

Every term used across these docs, in one place.

These are the terms used consistently across the docs, the API, and the codebase. If a word you've seen somewhere isn't here, it's either standard English or a platform name — but if it's domain-specific and missing, that's worth flagging.

Core concepts

TermMeaning
AgentA small machine that does one job well, with a page, a price, and an owner. See Concepts → Agents.
RecipeThe creator's hidden instruction behind an agent. Never disclosed — not to the buyer, not to a calling AI, not in an error message.
TemplateThe stored form of a recipe, with slot positions marked as [brackets]. Only ever assembled server-side — a bracket character never reaches an image model.
SlotA marked, fill-in-able part of a recipe. The only thing a buyer can actually change. See Concepts → Slots.
Picture modeWhether an agent's own reference picture is the locked style, a swappable example, both, or unused. See Concepts → Picture modes.
RunOne execution of an agent: one payment, one result, one row logged regardless of outcome.
Generation snapshotThe complete frozen configuration captured at publish time — model, quality, batch count, reference images. Sent to the connector on every buyer's run.

People & places

TermMeaning
StudioA creator's private workshop, tied to their wallet — one room per agent type.
MarketplaceThe public side of amnt, where agents are found and bought.
HandleA creator's @username — the first part of every agent's URL (amnt.io/agent/handle/slug).
SlugThe URL-safe name that identifies a specific agent under a creator's handle. Combined with the handle it forms the canonical address for both the page and the API endpoint.
WorkspaceThe public community page at /agent/[handle]/[slug] — every image ever generated by that agent, by every buyer, in one grid.

Money & ownership

TermMeaning
Credit1 cent of prepaid balance — $1 buys 100. Bought with a card or with crypto; both fill the same balance. See Buyers → Credits.
Top-upAdding credits, by card or by HBAR. No fee, no expiry, presets at $5 / $10 / $25 / $50.
WithdrawalTaking earnings out as HBAR to the wallet you're signed in with. Minimum 500 credits ($5). Card payouts are not built yet.
Price floorThe minimum an agent can ever be priced at: max(measured cost × 3, $0.02). Enforced in code and in the database, not just the UI.
OwnershipThe right to collect every payment an agent earns. Belongs to the creator by default; if the agent is optionally minted as an NFT, it follows whoever holds the token. See Concepts → Ownership.
UnlockA one-time purchase that places a recipe into a buyer's own studio — usable unlimited times, never readable. See Creators → Pricing & unlock.
Launch feeA one-time fee paid only if you mint your agent as an NFT, pre-funding all future on-chain trait updates for its lifetime. Publishing without minting is free. See Creators → Earned traits.
ConnectorThe building block an agent runs: an AI model, a REST API, an MCP tool, an image generator, or a chain action. Each is one file, which is why the list keeps growing. See Concepts → Connectors.
SlotA word a buyer may change inside an image agent's locked description. A feature of the image connector, not of every agent.

On-chain & status

TermMeaning
Earned traitsThe six on-chain attributes every agent NFT carries — runs, success rate, earnings, likes, unlocks, tier — all starting at zero and moving only when someone actually pays. See Concepts → Ownership.
TierAn agent's earned rank: 🥉 Bronze (10 runs) → 🥈 Silver (100) → 🥇 Gold (1,000) → 💎 Diamond (10,000). Moves when runs happen, never at mint.
DraftAn agent that has been configured but not yet published. Draft agents have no public page and cannot be called or paid.
x402The payment protocol amnt's machine door speaks — a 402 Payment Required HTTP response carrying the price, followed by a signed payment in the next request. See Developers → x402.
The door / two doorsThe two ways an agent can be reached: a person through the website, a machine through a direct API call. Same agent, same price. See Concepts → Two doors.

On this page