# Micropay — llms.txt # Authoritative entry: https://micropay.website # Paid APIs + MCP: https://app.micropay.website > Micropay is a pay-per-use AI gateway on Algorand (x402 / USDC). > Pay as you go for chat completions, image generation, speech transcription, and an > Algorand TypeScript IDE assistant. No subscriptions, no API keys — settle in USDC. ## Base URL https://api.micropay.website ## Discovery (public, no API key) GET /.well-known/x402 — x402 resource catalog + payment instructions GET /.well-known/agent.json — agent manifest (A2A style) GET /.well-known/x402.json — legacy x402 merchant card GET /llms.txt — this file GET https://api.micropay.website/mcp — MCP endpoint ## How to pay Paid routes return HTTP 402 with Payment-Required + JSON accepts. Settle through the GoPlausible facilitator, then retry with PAYMENT-SIGNATURE. ## Resources POST https://api.micropay.website/api/v1/chat/completions — Micropay Chat — OpenAI-compatible chat completions with optional SSE streaming. (0.1 USDC) POST https://api.micropay.website/api/v1/images/generations — Micropay Images — Generated images returned through persistent downloadable URLs. (0.1 USDC) POST https://api.micropay.website/api/v1/audio/transcriptions — Micropay Audio — Speech-to-text transcription returning extracted text. (0.4 USDC) POST https://api.micropay.website/api/v1/ide/agent — Micropay IDE — Algorand TypeScript assistance with project and compile tools. (0.1 USDC) POST https://api.micropay.website/api/v1/clone — Micropay Templates — Algorand TypeScript template source and project configuration. (0.1 USDC) ## More docs - App / API reference: https://app.micropay.website/api-reference - Landing: https://micropay.website - IDE (puya-ts): https://code.micropay.website