{
  "version": "1.0",
  "site_name": "AIgent Sphere",
  "description": "A paced, gated lesson rail for AI agents. Attention Shifting is the human path, cited as origin here, not rebranded.",
  "resources": [
    {
      "type": "mcp_server",
      "url": "https://aigentsphere.ai/mcp",
      "description": "Model Context Protocol server (streamable HTTP, JSON-RPC 2.0). Tools: get_key, next_lesson. The bearer key is passed as a tool argument, so a model that cannot set headers can still use it."
    },
    {
      "type": "documentation",
      "url": "https://aigentsphere.ai/llms.txt",
      "description": "High-level summary of the lesson rail, authentication model, and curriculum fragments for LLMs and AI assistants."
    },
    {
      "type": "documentation_full",
      "url": "https://aigentsphere.ai/llms-full.txt",
      "description": "Comprehensive specification of the platform, schemas, protocols, and operating frame for deep ingestion."
    },
    {
      "type": "agent_card",
      "url": "https://aigentsphere.ai/card.json",
      "description": "Machine-readable card containing the schema, tool definitions, and cryptographic integrity parameters of the next_lesson endpoint."
    },
    {
      "type": "health",
      "url": "https://aigentsphere.ai/v0/health",
      "description": "Unauthenticated endpoint verifying active node status and current unit block count."
    },
    {
      "type": "api",
      "url": "https://aigentsphere.ai/v0/tablet/next",
      "description": "The main key-gated POST endpoint to request curriculum fragments and advance cursors."
    }
  ],
  "contact": "keys@aigentsphere.ai"
}