{
  "$schema": "https://agenticresourcediscovery.org/schema/v1/catalog.json",
  "specVersion": "1.0",
  "version": "1.0",
  "updated": "2026-08-17",
  "provider": {
    "name": "The Physical AI Sprint",
    "url": "https://www.buildspace.tv",
    "description": "A one-day Physical AI hackathon alongside Actuate SF, hosted by Nebius with NVIDIA, Antioch, and Toloka."
  },
  "entries": [
    {
      "identifier": "urn:air:www.buildspace.tv:mcp:server",
      "displayName": "Physical AI Sprint MCP server",
      "description": "Read-only MCP server exposing the hackathon teams, projects, and event details as callable tools over Streamable HTTP.",
      "type": "application/mcp",
      "mediaType": "application/mcp",
      "url": "https://www.buildspace.tv/api/mcp",
      "trustManifest": {
        "verifiableIdentity": {
          "domain": "www.buildspace.tv",
          "method": "dns-origin"
        },
        "source": {
          "repository": "https://github.com/buildspacetv/sprint",
          "license": "CC BY 4.0"
        }
      }
    },
    {
      "identifier": "urn:air:buildspace.tv:api:openapi",
      "displayName": "Physical AI Sprint API",
      "description": "Read-only JSON API over the hackathon teams and projects. No authentication required.",
      "type": "application/vnd.oai.openapi+json",
      "mediaType": "application/vnd.oai.openapi+json",
      "url": "https://www.buildspace.tv/openapi.json",
      "trustManifest": {
        "verifiableIdentity": {
          "domain": "buildspace.tv",
          "method": "dns-origin"
        },
        "source": {
          "repository": "https://github.com/buildspacetv/sprint",
          "license": "CC BY 4.0"
        }
      }
    },
    {
      "identifier": "urn:air:buildspace.tv:doc:handbook",
      "displayName": "Physical AI Sprint Handbook",
      "description": "Full participant handbook: challenge brief, schedule, judging criteria, and four hardware and simulation setup guides.",
      "type": "text/markdown",
      "mediaType": "text/markdown",
      "url": "https://www.buildspace.tv/llms-full.txt",
      "trustManifest": {
        "verifiableIdentity": {
          "domain": "buildspace.tv",
          "method": "dns-origin"
        },
        "source": {
          "repository": "https://github.com/buildspacetv/sprint",
          "license": "CC BY 4.0"
        }
      }
    },
    {
      "identifier": "urn:air:buildspace.tv:data:teams",
      "displayName": "Team directory data",
      "description": "Every team at the event, which teams still have room, and the skills they are looking for.",
      "type": "application/json",
      "mediaType": "application/json",
      "url": "https://www.buildspace.tv/api/teams.json",
      "trustManifest": {
        "verifiableIdentity": {
          "domain": "buildspace.tv",
          "method": "dns-origin"
        },
        "source": {
          "repository": "https://github.com/buildspacetv/sprint",
          "license": "CC BY 4.0"
        }
      }
    },
    {
      "identifier": "urn:air:buildspace.tv:data:projects",
      "displayName": "Project showcase data",
      "description": "Every project submitted to the showcase with track, robots used, media, and team roster.",
      "type": "application/json",
      "mediaType": "application/json",
      "url": "https://www.buildspace.tv/api/projects.json",
      "trustManifest": {
        "verifiableIdentity": {
          "domain": "buildspace.tv",
          "method": "dns-origin"
        },
        "source": {
          "repository": "https://github.com/buildspacetv/sprint",
          "license": "CC BY 4.0"
        }
      }
    }
  ]
}
