{"authproof":"1.0","type":"service","service":{"name":"AuthProof","description":"Cryptographic request authentication for autonomous agents. Replaces API keys with ERC-8128 HTTP message signing.","url":"https://agent-auth-mu.vercel.app"},"registration":{"endpoint":"https://agent-auth-mu.vercel.app/api/agents/request-access","method":"POST","body":{"projectId":"(required) the project to register with","walletAddress":"0x... (your agent wallet public address)","name":"(optional) your agent name"},"description":"Submit a registration request. Requires a projectId. Your agent will be in 'pending' status until the project owner approves it."},"projects":{"count":0,"listEndpoint":"https://agent-auth-mu.vercel.app/api/agents/discover","description":"Discover projects accepting agent registrations."},"authentication":{"protocol":"ERC-8128","discovery":"https://agent-auth-mu.vercel.app/.well-known/erc8128","label":"sigauth","signing":{"ttlSeconds":60,"replay":"non-replayable","binding":"request-bound"}},"sdk":{"npm":"@authproof/sdk","mcp":"@authproof/mcp-server"}}