Devv Builder offers seamless integration capabilities, empowering you to connect with external services and leverage third-party tools within your AI-generated APIs. We provide both native integrations and support for non-native integrations to maximize flexibility.Documentation Index
Fetch the complete documentation index at: https://docs.devv.ai/llms.txt
Use this file to discover all available pages before exploring further.
Native Integrations
Supabase Integration
Connect Supabase to your Devv project
Non-Native Integrations
Beyond native integrations, Devv Builder provides the flexibility to incorporate any third-party SDK or API. To use them, you should include necessary context in your prompt to make sure Devv could use external capabilities correctly.NEON.tech
Use neon.tech database to store your data- Log In or Sign Up an account here
-
In your project dashboard, click the
Connectbutton. -
Copy the
Connection Stringand fill it in your Devv Builder config.
Key Considerations for Non-Native Integrations:
- Dependency Management: Ensure that all necessary dependencies are included within your prompt.
- Authentication: Handle authentication and authorization for external services appropriately by filling necessary environment variables in
Config. - Error Handling: Implement robust error handling to manage potential issues with external services.