{"name":"mintbot Public API","version":"1","docs":"https://api.mintbot.dev/docs","description":"Self-service REST API for spinning up personal AI agents on dedicated VPS hosts.","endpoints":[{"method":"GET","path":"/v1/plans","auth":false,"desc":"List all setup tiers + bundled agent credit"},{"method":"GET","path":"/v1/models","auth":false,"desc":"List supported LLM models + per-MTok prices"},{"method":"GET","path":"/v1/prices","auth":false,"desc":"Live BTC + XMR USD prices"},{"method":"POST","path":"/v1/keys","auth":false,"desc":"Self-service: mint a new API key (1 per IP per 24h)"},{"method":"POST","path":"/v1/orders","auth":true,"desc":"Create a new agent (setup order)"},{"method":"POST","path":"/v1/orders/boost","auth":true,"desc":"Top up an agent's credit"},{"method":"POST","path":"/v1/orders/renewal","auth":true,"desc":"Extend an agent's lifetime"},{"method":"GET","path":"/v1/orders/{order_id}","auth":true,"desc":"Get order status (poll while pending)"},{"method":"POST","path":"/v1/orders/{order_id}/check","auth":true,"desc":"Force an immediate payment recheck"},{"method":"GET","path":"/v1/agents","auth":true,"desc":"List all agents owned by your key"},{"method":"GET","path":"/v1/agents/{agent_id}","auth":true,"desc":"Get full agent info"},{"method":"GET","path":"/v1/agents/{agent_id}/usage","auth":true,"desc":"Per-model LLM spend (last 30 days)"},{"method":"POST","path":"/v1/agents/{agent_id}/chat","auth":true,"desc":"Chat with your agent through our proxy"},{"method":"POST","path":"/v1/agents/{agent_id}/link-telegram","auth":true,"desc":"Bind a Telegram user_id to this agent"},{"method":"DELETE","path":"/v1/agents/{agent_id}","auth":true,"desc":"Permanently destroy agent + VPS (?confirm=true)"},{"method":"POST","path":"/v1/webhooks","auth":true,"desc":"Register an outbound webhook (HMAC-signed POSTs)"},{"method":"GET","path":"/v1/webhooks","auth":true,"desc":"List webhooks for your key"},{"method":"GET","path":"/v1/webhooks/{id}/deliveries","auth":true,"desc":"Recent delivery attempts for a webhook"},{"method":"DELETE","path":"/v1/webhooks/{id}","auth":true,"desc":"Delete a webhook"}]}