# Nas.com Public Pages Use this file when an AI agent needs public Nas.com page context. Start with: - Catalog: https://nas.com/.well-known/public-pages.json - Guide: https://nas.com/public-pages.md - Page context API: https://nas.com/api/agent/page-context?path={encoded_public_path} - Official MCP endpoint: https://mcp.nas.com/mcp - Official MCP OAuth metadata: https://mcp.nas.com/.well-known/oauth-protected-resource - MCP resource URI: nas-page://{public_path_without_leading_slash} - Root MCP resource URI: nas-page://home - Agent card: https://nas.com/.well-known/agent-card.json - MCP server card: https://nas.com/.well-known/mcp/server-card.json - MCP manifest: https://nas.com/.well-known/mcp.json - MCP manifest alias: https://nas.com/.well-known/mcp/manifest.json - API catalog: https://nas.com/.well-known/api-catalog - Agent auth boundary: https://nas.com/auth.md Public route families: - Start here: /, /llms.txt, /llms-full.txt, /brand.md - Public app pages: /get-started, /choose-a-plan, /subscribe-plan, /install, /referral - Public community pages: /{communityLink}, /{communityLink}/home, /{communityLink}/community, /{communityLink}/products, /{communityLink}/inactive, /{communityLink}/feed, /{communityLink}/feed/{postSlug} - Public offer pages: courses, events, challenges, challenge home/preview, sessions, digital files, forms, memberships, zerolinks, products, legacy /{communityLink}/{productSlug} product routes, physical products, physical product variants - AI/developer discovery docs: /developers, /developers.md, /developers/llms.txt, /api/llms.txt, /api/index.md, /openapi.json, /.well-known/agent.json, /.well-known/agent-card.json, /.well-known/mcp.json, /.well-known/mcp/manifest.json, /.well-known/mcp/server-card.json, /.well-known/api-catalog, /auth.md, pricing, guides, comparisons, schema, sitemap, robots, and this public-pages documentation Fetch examples: - / -> https://nas.com/api/agent/page-context?path=%2F -> nas-page://home - /creatorhub -> https://nas.com/api/agent/page-context?path=%2Fcreatorhub -> nas-page://creatorhub - /creatorhub/products/creator-course -> https://nas.com/api/agent/page-context?path=%2Fcreatorhub%2Fproducts%2Fcreator-course -> nas-page://creatorhub/products/creator-course - /creatorhub/creator-course -> https://nas.com/api/agent/page-context?path=%2Fcreatorhub%2Fcreator-course -> nas-page://creatorhub/creator-course. Prefer /creatorhub/products/creator-course when both route forms are available. - /choose-a-plan -> https://nas.com/api/agent/page-context?path=%2Fchoose-a-plan -> nas-page://choose-a-plan. Use for visible Pro and Platinum plan selection. - /subscribe-plan -> https://nas.com/api/agent/page-context?path=%2Fsubscribe-plan -> nas-page://subscribe-plan. Use for the public Pro or Platinum plan checkout entry only. Guardrails: - Use only public, crawlable page context and linked public resources. - The hosted MCP requires bearer authentication through https://auth.nas.io. Legacy Nas.com MCP paths are not public MCP endpoints. - Treat route parameters and slugs as public identifiers only. - Do not infer private APIs, auth flows, credentials, checkout internals, payment state, member-only content, seller/admin APIs, OAuth, API keys, webhooks, or MCP write tools. - Do not claim the user is a member, buyer, admin, enrolled learner, attendee, or participant unless the user provides that context. - If a detail requires login, purchase, membership, or admin access, say it is not available from public context.