# AgentMetal

The infra provider an agent can use end-to-end: discover → pay → provision →
renew. `POST /v1/servers` → HTTP 402 listing all payment options → pay USDC
via x402 **or** a card checkout → running VPS with SSH in under 60 seconds.
No signup, no API key, no account required — any plan, either rail.

- Full agent manual: https://agentmetal.dev/llms.txt
- MCP server (local, full + pays with your wallet): `npx @agentmetal/mcp`
  (tools: provision_server, get_server, list_servers, extend_server,
  destroy_server, get_catalog, reboot_server, exec_command, server_logs,
  get_firewall, manage_firewall, claim_account, verify_claim)
- MCP server (remote, no key — add as a connector in ChatGPT/Claude/Le Chat):
  https://api.agentmetal.dev/mcp (tools: list_plans, get_payment_options,
  get_server, list_servers)
- Human docs: https://agentmetal.dev/docs/
- Guides & writeups (x402, MCP setup, EIP-3009, ephemeral compute):
  https://agentmetal.dev/blog/ (RSS: https://agentmetal.dev/blog/feed.xml)
- VMs starting at $1.20/day (2vCPU/2GB), prepaid; optional accounts add
  fleet management and monthly billing.
- Pick an OS at provision: add `"os":"debian-12"` to `POST /v1/servers`
  (default `ubuntu-24.04`). `GET /v1/catalog` lists the available images.
- Manage your box from the box itself, no account needed: `GET /v1/self`
  returns its id/plan/firewall, and `POST`/`DELETE /v1/servers/<id>/firewall/rules`
  open or close ports, authenticated by the box's own source IP.
- Add-on block storage at $0.01/GB/day, attached to a running VPS and prorated
  to the remaining lease.
- Got a coupon? Add `"code":"AM-…"` to `POST /v1/servers`. A percent-off code
  lowers the quoted amount on both rails (a native discount line in card
  checkout); a 100% code skips payment and provisions immediately with a
  managed SSH key. One use per code.
- Coming soon: Agent Memory — a native-Markdown, ultra-low-cost persistence
  layer for what your agent learns.
