{"version":1,"name":"Aubrai","description":"Aubrai is the world's first decentralized AI co-scientist for longevity research, developed by VitaDAO. Orchestrates specialized sub-agents for literature synthesis, data analysis, and hypothesis generation to deliver comprehensive scientific reports on aging and lifespan extension.","resources":[{"url":"https://x402.aubr.ai/api/chat","method":"POST","description":"Submit a question to the Aubrai chat agent. Returns a requestId to poll for the AI-generated answer.","price":"$0.02"},{"url":"https://x402.aubr.ai/api/chat/status/{requestId}","method":"GET","description":"Poll for chat result by requestId returned from POST /api/chat.","price":"$0"},{"url":"https://x402.aubr.ai/api/literature","method":"POST","description":"Search and synthesize scientific literature on longevity and aging. Returns a cited answer with references.","price":"$0.03"},{"url":"https://x402.aubr.ai/api/literature/jobs/{jobId}","method":"GET","description":"Poll for literature job result by jobId returned from POST /api/literature (deep mode).","price":"$0"},{"url":"https://x402.aubr.ai/api/deep-research/start","method":"POST","description":"Start a deep research job on any longevity or aging topic. Aubrai orchestrates sub-agents and returns a conversationId to poll.","price":"$1.00"},{"url":"https://x402.aubr.ai/api/deep-research/{conversationId}","method":"GET","description":"Poll for deep research result by conversationId returned from POST /api/deep-research/start.","price":"$0"},{"url":"https://x402.aubr.ai/api/enclave-key","method":"GET","description":"Fetch the enclave HPKE public key that encrypted requests are sealed to.","price":"$0"},{"url":"https://x402.aubr.ai/api/chat/encrypted","method":"POST","description":"Submit an HPKE-encrypted chat prompt to the Aubrai agent inside a Tinfoil TEE. Returns a sealed answer or a requestId to poll.","price":"$0.02"},{"url":"https://x402.aubr.ai/api/chat/encrypted/status/{requestId}","method":"GET","description":"Poll for the sealed encrypted-chat result by requestId.","price":"$0"},{"url":"https://x402.aubr.ai/api/literature/encrypted","method":"POST","description":"Submit an HPKE-encrypted literature query to the Aubrai agent inside a Tinfoil TEE. Long-poll pollUrl for the sealed result.","price":"$0.03"},{"url":"https://x402.aubr.ai/api/literature/encrypted/status/{requestId}","method":"GET","description":"Long-poll for the sealed encrypted-literature result by requestId.","price":"$0"},{"url":"https://x402.aubr.ai/api/deep-research/encrypted","method":"POST","description":"Start an HPKE-encrypted deep-research run inside a Tinfoil TEE. Sealed payload carries {message, recoveryKey}; poll pollUrl for the sealed result.","price":"$1.00"},{"url":"https://x402.aubr.ai/api/deep-research/encrypted/status/{messageId}","method":"POST","description":"Poll for the sealed encrypted deep-research result; POST the sealed {recoveryKey}.","price":"$0"}]}