Native Integrations
Aurora has deep, built-in integrations with GitHub and Supabase that work seamlessly out of the box.GitHub Integration
Connect your GitHub account to create repositories under your own profile, with automatic syncing and full commit history.
Supabase Integration
Add authentication, database storage, and serverless functions to your projects with Supabase.
Verified Integrations
These third-party services have been tested and work well with Aurora. Documentation and examples are available for each:Stripe
Add payment processing to your app.
OpenAI
Integrate GPT models for AI-powered features.
Anthropic
Build with Claude for AI capabilities.
Resend
Send transactional emails with a modern API.
Clerk
Add user authentication and management.
Three.js
Create interactive 3D graphics and experiences.
Other API Integrations
Aurora can work with other REST APIs beyond our verified integrations, but results may vary depending on the complexity of the API and how well-documented it is.What works well
- Simple REST APIs with clear documentation
- APIs with OpenAPI/Swagger specifications
- Services with straightforward authentication (API keys, Bearer tokens)
Current limitations
- Secret management: Aurora doesn’t yet have a dedicated secrets manager for API keys. For sensitive credentials, we recommend using Supabase Edge Functions as a proxy to keep secrets secure on the server side.
- Complex authentication: OAuth flows, multi-step authentication, and APIs requiring session management may need manual implementation.
- Undocumented APIs: Aurora works best when you can provide clear documentation, endpoint examples, and sample responses.
Tips for integrating other APIs
If you want to use an API that isn’t in our verified list:- Provide context: Share the API documentation with Aurora, including endpoints, request formats, and example responses. The more detail, the better.
- Start simple: Begin with read-only endpoints before attempting mutations or complex workflows.
- Use Supabase for secrets: Store API keys in Supabase and create Edge Functions to proxy requests. This keeps credentials secure and out of your frontend code.
We’re actively working on improved secret management and expanded API support. Check back for updates or let us know which integrations you’d like to see.