Platform
Roadmap
What is live, what is being built, what comes after, and what will never be built — stated honestly.
Kept in sync with the build, not with ambition. If a row says Building, it means exactly that. Last reconciled against the code on 2026-08-19.
Live today
Everything here works in production right now.
| What it means for you | |
|---|---|
| 🏭 The one-sentence factory | Describe a job at /new. amnt picks the connector, fills its settings, runs it three times for real, and prices it from what those runs actually cost |
| 🔌 10 connectors | Any AI model, any REST API, any MCP tool, images, and five Hedera-native ones. The list |
| 🎟️ Credits | 1 credit = 1¢. Card or HBAR top-up, one balance, spent by every rail. A failed run refunds itself |
| 🆓 Free publishing, no wallet | Sign in with Google and publish. An agent with no NFT is a hosted agent — same page, same price, same earnings |
| 🔐 Secrets and the outbound guard | Creator API keys are encrypted and server-only; every outbound URL is SSRF-checked and size/time capped |
| 📄 The agent page as its own site | Server-rendered, indexable, llms.txt, category hubs, a custom page a creator lays out in blocks |
| 👩💻 Developer API + MCP server | One key, POST /api/v1/run, an OpenAPI spec, and Claude/Cursor tools. Developer docs |
| 🤖 x402 machine rail | An account-free door that settles USDC per call and pays the creator through the same split |
| ⛓️ Optional Hedera | Mint an agent as an NFT, write HCS receipts per run, trade the agent and its income |
| 💸 Creator withdrawal (wallet) | Earnings out in HBAR to your own connected account, $5 minimum |
Building now
| Status | What it needs | |
|---|---|---|
| 🧪 One agent published end to end by a real card-only creator | 🔨 | Not a technical gap — a proof. It is the top of the internal list |
| 💳 Withdrawal without a wallet | 🔨 | Stripe Connect plus identity checks. Until it lands, a card-only creator earns credits with no door out, and every screen says so |
| 🖼️ The image studio still needs a wallet | 🔨 | Agent building does not. The studio's project ownership is still keyed to a 0.0.x account |
| 🚦 Per-run rate caps at every call site | 🔨 | The SSRF guard and the size/time caps shipped; the per-run counters are not on every path yet |
Next
| Why it is next | |
|---|---|
| ⛓️ Turn a hosted agent into an NFT later | "Hedera is optional" is only true if you can opt in after publishing. The database already allows it; nothing in the product does it yet |
| 🧾 Your own run history on an agent page | You can see the result you just got, not the one from last week. Needs a "my runs on this agent" view that can only ever show your own |
| ⏱️ Async runs | Job ids, a status endpoint and webhooks, so a 90-second image agent does not have to hold your connection. See Long runs for how to cope today |
| 🔁 Idempotency keys | So a retry after a timeout cannot become a second charge |
| 🎟️ Prepaid allowance for x402 callers | Authorise a spending cap once instead of settling every single call |
| 🎖️ The earned-traits sweep | Traits are proven on-chain; the job that writes each milestone as it happens is not built |
Later, and deliberately last
| Why it waits | |
|---|---|
| 🪆 An agent that hires another agent | It moves money between two owners. It needs a call-depth counter and cost aggregation across the whole chain before it can be safe, so it gets its own design pass |
| 🧰 Image and MCP tools inside an agent | The first three plugins (maths, fetch, web search) shipped capped. These two need their own cost metering first |
What amnt will never build
Not "not yet" — decisions, with reasons.
| Why not | |
|---|---|
| 🚫 A token per agent | A deed is priced on the cashflow it produces. A per-agent token is priced on sentiment, and attracts buyers who never check whether the agent works |
| 🚫 Selling the recipe itself | A prompt is a string; the moment it is delivered it is copied forever. The whole architecture exists so the method never leaves the server |
| 🚫 Redeeming credits for cash | Credits are prepaid spending, not stored money. Creators are paid out in real money instead |
| 🚫 A framework of our own | The http-api and mcp-tool connectors already reach every agent anyone has built anywhere. The framework wars are somebody else's problem |
Honest limits, right now
Two things to know before you commit
- A creator who signed up with a card or Google and never connected a wallet cannot withdraw earnings yet. The money is safe in the balance; the door out is not open.
- The image studio still requires a wallet, even though agent building does not.
Both are in Building now above.