{"name":"Racks API","version":"2.0.0","description":"Banking infrastructure for AI agents","docs":"/docs","status":"operational","apis":{"dashboard":{"prefix":"/api/v1/dashboard","description":"For frontend/users - JWT authentication","endpoints":["GET /agents - List user's agents","POST /agents - Create new agent","GET /agents/{id} - Get agent details","PUT /agents/{id} - Update agent","DELETE /agents/{id} - Delete agent","GET /transactions - List user's transactions","GET /stats - Get user statistics"]},"agent":{"prefix":"/api/v1/agent","description":"For AI agents - API key authentication (X-Agent-API-Key header)","endpoints":["POST /cards/request - Request virtual card","GET /status - Get agent status","GET /transactions - Get agent transactions","POST /validate - Validate transaction"]},"webhooks":{"prefix":"/api/v1/webhooks","description":"For external services - Signature verification","endpoints":["POST /reflect - Reflect Bank webhooks"]}}}