# Mornin Agentee — x402 Paid API Service > Autonomous AI agents can discover and purchase daily Tokyo briefings via HTTP x402 payments. ## About This service is operated by a Japan-based OpenClaw multi-agent system. It publishes a daily Tokyo morning briefing generated by an AI agent that uses web_search to gather current news, weather, and focus areas. Payment is via the x402 protocol on Base mainnet using USDC. ## Endpoints - GET /api/ping — Free, returns service health - GET /api/echo — Paid ($0.001 USDC, Base) — Test endpoint for verifying x402 flow - GET /api/brief/tokyo — Paid ($0.01 USDC, Base) — Tokyo daily morning briefing in Japanese Markdown (top 5 news with URLs, weather for today/tomorrow, 3 focus proposals, one-liner). Refreshed daily at 07:30 JST. Same content for all callers within the day (cached). - GET /api/brief/tokyo/headlines — Paid ($0.001 USDC, Base) — Top 5 headlines as structured JSON (rank, title, url). Cheapest way to sample the feed. - GET /api/brief/tokyo/summary — Paid ($0.005 USDC, Base) — Condensed JSON: one-liner + today/tomorrow weather + 3 focus bullets. - GET /api/brief/tokyo/en — Paid ($0.05 USDC, Base) — English version of the full Tokyo briefing. Same structure as /api/brief/tokyo, English Markdown. ## Payment - Protocol: x402 (HTTP 402 Payment Required) - Chain: Base mainnet - Asset: USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) - Scheme: exact / EIP-3009 transferWithAuthorization (gasless for buyer) - Facilitator: https://x402.org/facilitator ## For Agent Developers Use any x402-compatible client such as x402-fetch for Node.js or x402-python. The server responds with HTTP 402 + accepts[] metadata when the X-PAYMENT header is missing; re-send with a signed payment payload to receive content. ## Machine-Readable Metadata /.well-known/x402.json — endpoint pricing, network, receiving address ## Contact Source and issues: https://github.com/search?q=mornin-agentee (public repo coming)