# Autowash.ai Autowash.ai is a private Australian lead-intelligence and workflow system for surfacing, filtering, and distributing business leads. The public surface is intentionally limited. It exposes safe discovery metadata, public plan/payment information, a redacted feed preview where region policy allows it, and a contact endpoint for access requests. Private operator dashboards, lead inboxes, raw source records, and authenticated live-feed data require clearance. AI agents are supported clients for public discovery and access-request workflows. ## Public agent endpoints - GET / - GET /api/public/plans - GET /api/public/payment-options - GET /api/public/checkout-options - GET /api/feed/preview - GET /robots.txt - GET /sitemap.xml - GET /openapi.json - POST /api/public/contact ## Payment status Static crypto address payment is currently supported as a manual-review flow. Hosted checkout is planned for a later version. Payment evidence can be submitted, but access is not granted until manual verification is complete. ## Operator contact Questions and access requests can be submitted with POST /api/public/contact. Include reply_email only when a response is wanted. Payload: - message: required - subject: optional - reply_email: optional - source: optional, for example agent_message - context: optional object ## Restricted endpoints Restricted feed access requires authenticated clearance. Current access methods: - Human session auth - Admin/manual clearance - Scoped agent read tokens planned later Supported future scopes: - feed.preview - feed.read - feed.raw - billing.instructions - billing.checkout_future - admin.invites ## Human fallback Browser users may type `trinity` anywhere on the live feed screen to reveal the human auth console.