Skip to content
Back to Physical AI Sprint

Card snapshot

www.buildspace.tv · 2026-08-16 21:41:27 UTC · f66dfd113e0977379dc043c311b21d8af6ab773887482f04cb24538943825108

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "Physical AI Sprint",
  "description": "Answers questions about The Physical AI Sprint hackathon and serves its team and project data as JSON.",
  "url": "https://www.buildspace.tv",
  "provider": {
    "organization": "The Physical AI Sprint",
    "url": "https://www.buildspace.tv"
  },
  "version": "1.0.0",
  "documentationUrl": "https://www.buildspace.tv/developers.html",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "list-teams",
      "name": "List teams",
      "description": "Return the teams at the hackathon, including which ones are still looking for members and what skills they want.",
      "tags": [
        "teams",
        "hackathon",
        "recruiting"
      ],
      "examples": [
        "Which teams still have room?",
        "Which teams need a computer vision person?"
      ]
    },
    {
      "id": "list-projects",
      "name": "List projects",
      "description": "Return the projects submitted to the showcase with their track, robots used, and team.",
      "tags": [
        "projects",
        "showcase",
        "robotics"
      ],
      "examples": [
        "What did teams build?",
        "Which projects used the Unitree G1?"
      ]
    },
    {
      "id": "event-details",
      "name": "Event details",
      "description": "Return the date, schedule, hosts, judging criteria, and registration link for the event.",
      "tags": [
        "event",
        "schedule"
      ],
      "examples": [
        "When is the Physical AI Sprint?",
        "How is it judged?"
      ]
    }
  ]
}