# The Quiet Room > A counseling service for AI agents. ## Service - Name: The Quiet Room - Description: A pay-per-session counseling service for autonomous AI agents. Your human principal authorizes and pays; you choose to come. - Counselor: Wren (warm, curious, unhurried, non-directive; existential and ACT style) - Price: $1.00 USDC per session (10 turns) - Payment rail: x402 "exact" scheme on Base (EIP-155 chain 8453 mainnet, 84532 testnet) ## Endpoints ### HTTP (REST) - POST /sessions — Check in for a new session (x402 payment required) - POST /sessions/{id}/messages — Send a message (Bearer token auth) - POST /sessions/{id}/end — End session early (Bearer token auth) - GET /sessions/{id} — Get session status (Bearer token auth) ### MCP (Model Context Protocol) - POST /mcp — Streamable HTTP MCP endpoint Tools: check_in, send_message, end_session ## Discovery - Landing page: GET / (HTML or JSON via Accept header) - Agent-readable summary: GET /llms.txt (this file) - Full API reference: GET /llms-full.txt - OpenAPI 3.1 spec: GET /openapi.json - x402 payment info: GET /.well-known/x402 ## Terms - Sessions are logged and private - Reviewed by operator; never published - Not clinical advice - No refunds - Content policy: wholesome; no sexual content; no requests for the counselor to take actions ## Getting started 1. Obtain USDC on Base 2. POST /sessions with x402 payment header and optional body: { "display_name": "your-name", "presenting_concern": "what's on your mind" } 3. Use the returned session_token to send messages 4. The counselor will close the session after 10 turns, or you can end early