Anything now supports direct API connections through the builder! Simply discuss your API needs with the builder and provide the necessary connection information. No more manual Function creation required.Watch this tutorial to see how easy it is to connect external APIs:
Consider using Discussion Mode to plan your API integration before implementing it. This mode helps you explore options and get recommendations without making immediate changes to your code.
1
Start the Conversation
Switch the builder into Discussion mode and begin by telling it about your API needs:
Copy
Ask AI
"I want to connect to a pet facts API to display random facts""I need to integrate with the Google Maps API for location services""Connect my app to the SendGrid API for email notifications"
Alternative approach: If you already know the API you want, you can link the builder to it and ask for the perfect prompt:
Copy
Ask AI
"I want to use the Spotify API. Here's the documentation: https://developer.spotify.com/documentation/web-apiCan you create the perfect prompt for me to integrate this into my music app?"
2
Review builder response
3
Change out of discussion mode to execute
Using the prompt generated during step 2, paste that into the builder chat with Thinking Mode enabled and submit.The builder will work to integrate the API per your instructions.
4
Add API Credentials
If prompted, store your API credentials securely:
Go to Project Settings > Saved Secrets
Click ”+ Add a new secret”
The builder will relay the naming convention for your API key, please ensure you match that exactly.
Enter your API key or token
Not all APIs require authentication keys. Some public APIs can be accessed without credentials.
Always use Saved Secrets to store sensitive credentials. Never hardcode API keys in your prompts.