Databases on demand
Supabase API
Postgres databases. SQL queries. Pay per request.
Provision databases, run SQL queries, manage projects, and generate TypeScript types — all through micropayments. Wallet-based access control ensures you only see your own databases.
Install Supabase API into AgentCash. On-demand Postgres databases — one origin.
Run in your terminal
Onboard into AgentCash, make one live call against this API, then save it into your agent's persistent context.
Onboard AgentCash
Sets up AgentCash and routes you through credits if needed.
npx agentcash onboardTry the API
Discovers the origin and walks the first live call path.
npx agentcash try https://supabase-api.devAdd for reuse
Keeps Supabase API available in your agent's persistent context.
npx agentcash add https://supabase-api.devTwo services. 10 endpoints. Pay per request.
Provision Postgres databases, execute SQL queries, and generate TypeScript types from your schema. All scoped to your wallet.