Native Integrations
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.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.