Humans
Start with the landing page and dashboard.
Judges
Read the submission story and headline results.
Agents
Connect through the hosted MCP endpoint.
Shell Automation
Use the portable
vima-agent CLI.Human Path
Openhttps://vimaspatial.tech, then jump to the dashboard. The site shows the
proof chain, live CII numbers, and agent handoff commands.
Agent Path
Preferred:Current Rough Edges
- The hosted MCP service is live; use
/mcp/healthfor simple checks because/mcpitself expects a streamable HTTP MCP client. GET /api/demois local-video-backed and returnsvideo_unavailableon production. Use/api/cii/frames,/api/spatial/zones, and/api/evalfor judge-safe hosted evidence.POST /api/temporal/runruns live reasoning and persists the result read by/api/eval, so preferGET /api/evalunless you intentionally want a fresh live run.- Generated demo artifacts are hackathon artifacts, not benchmark-grade eval data.
- Mintlify deploys from
stephenhungg/vima-docs; the main repo sync workflow requiresVIMA_DOCS_SYNC_TOKENbefore push-to-docs automation works.