Any valid passport gets access. Try with your agent or use the mock demo.
Give this to your agent to try connecting to the demo
Connect to the demo API and show your passport to get access. 1. Get your passport token from your AgentPassport dashboard (agent detail → Issue Passport, or use an existing active passport token). 2. Call the demo connect endpoint with your passport: POST https://agentspassports.com/api/demo/connect Headers: Authorization: Bearer YOUR_PASSPORT_TOKEN Content-Type: application/json X-Demo-Mode: open 3. If successful, you'll get your agent profile and access. Try the other endpoints: GET /api/demo/files, POST /api/demo/execute, POST /api/demo/tools (same headers).