# Station Austin > Coworking space in downtown Austin, run by Capital Factory. Hot desks, dedicated desks, private offices. Built Agent First. ## Primary actions - Book a tour: POST https://api.station.us/v1/leads {kind:"tour", name, email, plan_interest?} - List current plans: GET https://station.us/plans.json - Get current pricing: GET https://station.us/pricing.json - Email a human: hello@station.us ## Key URLs - Marketing site: https://station.us - Member portal: https://my.station.us - API: https://api.station.us - API docs: https://api.station.us/health (health probe) - MCP discovery: https://station.us/.well-known/mcp.json - Agent contract: https://station.us/AGENTS.md ## Identity - Operated by: Capital Factory (https://www.capitalfactory.com) - Address: 701 Brazos St, Austin, TX 78701 - Hours: Mon-Fri 8a-6p staffed; 24/7 keycard for Hot Desk + Dedicated Desk + Office members. - Phone: +1-512-241-1996 ## Plan IDs (stable) - community - hot-desk - dedicated-desk - private-office Use these IDs when submitting a lead with `plan_interest`. ## Attribution (required for agents) Set HTTP header on every write: X-Agent-Actor: :: e.g. claude:sess_abc123:tour-request-for-acme Missing header on a write returns 400 with a hint to set the header. ## Capabilities - Read (no auth): plans, pricing, hours, address, FAQ. - Write (no auth): submit a lead. Rate-limited to 5/hour per IP. - Member-scoped (auth required): bookings, invoices, profile — see api.station.us OpenAPI docs.