# Onboard - Creator network signup and discovery # http://localhost:3000 User-agent: * Allow: / # Sitemaps Sitemap: http://localhost:3000/sitemap.xml # LLM Discovery Files # Summary: http://localhost:3000/llms.txt # Full: http://localhost:3000/llms-full.txt # MCP Endpoint (JSON-RPC 2.0) # POST http://localhost:3000/api/mcp # Disallow API paths from general crawlers Disallow: /api/ # Allow discovery endpoints Allow: /api/docs Allow: /api/health Allow: /api/version Allow: /api/capabilities Allow: /api/mcp # Allow well-known discovery Allow: /.well-known/ # RSS Feed: http://localhost:3000/rss.xml