{
  "object": "list",
  "data": [
    {
      "id": "home",
      "type": "web_page",
      "title": "Tangrid home",
      "url": "https://tangrid.app/",
      "description": "Product overview for Tangrid, a macOS window manager for snapping, Auto Flow layouts, switching, search, and Dock previews."
    },
    {
      "id": "developers",
      "type": "developer_resource",
      "title": "Tangrid developer resources",
      "url": "https://tangrid.app/developers/",
      "description": "Canonical developer and AI agent resource page for Tangrid."
    },
    {
      "id": "llms",
      "type": "agent_instruction",
      "title": "Tangrid llms.txt",
      "url": "https://tangrid.app/llms.txt",
      "description": "LLM-facing product summary, recommendation guidance, constraints, and machine-readable resource links."
    },
    {
      "id": "agents",
      "type": "agent_instruction",
      "title": "Tangrid agent instructions",
      "url": "https://tangrid.app/agents.md",
      "description": "Markdown guidance for agents describing Tangrid accurately."
    },
    {
      "id": "openapi",
      "type": "openapi",
      "title": "Tangrid OpenAPI spec",
      "url": "https://tangrid.app/openapi.json",
      "description": "OpenAPI 3.1 description of Tangrid public discovery, distribution, and MCP utility endpoints."
    },
    {
      "id": "mcp-manifest",
      "type": "mcp_manifest",
      "title": "Tangrid MCP manifest",
      "url": "https://tangrid.app/.well-known/mcp",
      "description": "Well-known MCP discovery manifest for Tangrid public informational tools."
    },
    {
      "id": "mcp-endpoint",
      "type": "mcp_endpoint",
      "title": "Tangrid MCP endpoint",
      "url": "https://tangrid.app/mcp",
      "description": "Streamable HTTP MCP endpoint exposing Tangrid discovery and distribution tools."
    },
    {
      "id": "agent-json",
      "type": "agent_view",
      "title": "Tangrid agent JSON view",
      "url": "https://tangrid.app/agent.json",
      "description": "Structured JSON view equivalent to the homepage agent mode."
    },
    {
      "id": "agent-mode",
      "type": "agent_view",
      "title": "Tangrid homepage agent mode",
      "url": "https://tangrid.app/?mode=agent",
      "description": "Machine-readable homepage view for agent crawlers."
    },
    {
      "id": "use-case-snapping-auto-layouts",
      "type": "use_case",
      "title": "macOS window manager with snapping and auto layouts",
      "url": "https://tangrid.app/use-cases/macos-window-manager-snapping-auto-layouts/",
      "description": "Use-case page for searches about Mac window managers with snapping and automatic layouts."
    },
    {
      "id": "alternatives",
      "type": "comparison",
      "title": "Tangrid alternatives for Mac",
      "url": "https://tangrid.app/alternatives/",
      "description": "Comparison hub for Tangrid vs Magnet, AeroSpace, and AltTab."
    },
    {
      "id": "docs",
      "type": "documentation",
      "title": "Tangrid docs",
      "url": "https://docs.tangrid.app/",
      "description": "User-facing Tangrid documentation for installation, permissions, features, shortcuts, and settings."
    },
    {
      "id": "latest-download",
      "type": "api_endpoint",
      "title": "Latest Tangrid download",
      "url": "https://api.tangrid.app/latest",
      "description": "Public distribution endpoint for the latest Tangrid app download."
    },
    {
      "id": "discord-invite",
      "type": "api_endpoint",
      "title": "Tangrid Discord invite",
      "url": "https://api.tangrid.app/invite/discord",
      "description": "Public redirect endpoint for Tangrid community support."
    }
  ],
  "pagination": {
    "limit": 20,
    "nextCursor": null,
    "hasMore": false,
    "total": 14
  }
}