Browse popular APIs. Click Connect. Add your credentials. Start calling via proxy. No backend required.
GPT-4o, DALL-E, Whisper, Embeddings
https://api.openai.com
Claude, Messages API, tool use
https://api.anthropic.com
Inference API for any model
https://api-inference.huggingface.co
Payments, subscriptions, invoices
https://api.stripe.com
Messages, channels, users, bots
https://slack.com/api
SMS, voice, messaging APIs
https://api.twilio.com
Transactional and marketing email
https://api.sendgrid.com
Developer-first email API
https://api.resend.com
Messages, guilds, webhooks, bots
https://discord.com/api/v10
Pages, databases, blocks API
https://api.notion.com
Spreadsheet-database hybrid API
https://api.airtable.com
Read and write spreadsheets
https://sheets.googleapis.com
Postgres, auth, storage, realtime
https://your-project.supabase.co
Serverless MySQL platform
https://api.planetscale.com
Repos, issues, PRs, actions, users
https://api.github.com
Products, orders, customers
https://your-store.myshopify.com/admin/api/2024-01
/proxy/{connection_id}/... to call any endpoint
Your credentials are encrypted with AES-GCM-256 and never exposed in responses.
## Available APIs
### AI & Machine Learning
https://api.openai.comBearerGPT-4o, DALL-E, Whisper, Embeddingshttps://api.anthropic.comAPI KeyClaude, Messages APIhttps://api-inference.huggingface.coBearerInference API for any modelhttps://api.stripe.comBearerPayments, subscriptions, invoiceshttps://slack.com/apiBearerMessages, channels, usershttps://api.twilio.comBasicSMS, voice, messaginghttps://api.sendgrid.comBearerTransactional emailhttps://api.resend.comBearerDeveloper-first email APIhttps://discord.com/api/v10Bearer (Bot)Messages, guilds, webhookshttps://api.notion.comBearerPages, databases, blockshttps://api.airtable.comBearerSpreadsheet-database hybridhttps://sheets.googleapis.comBearer (OAuth)Read/write spreadsheetshttps://{project}.supabase.coAPI KeyPostgres, auth, storagehttps://api.planetscale.comBearerServerless MySQLhttps://api.github.comBearerRepos, issues, PRs, actionshttps://{store}.myshopify.com/admin/api/2024-01API KeyProducts, orders, customersbearer{"token": "..."}Authorization: Bearer {token}api_key{"key": "...", "header": "X-API-Key"}{header}: {key}basic{"username": "...", "password": "..."}Authorization: Basic base64(user:pass)oauth2_token{"access_token": "..."}Authorization: Bearer {access_token}none{}No auth header