Gantz.AIGantz.AI
Gantz.AI
Jun 11, 2025

Q: Can we call external API?

I have a few scenarios and would like to know if they are feasible with release0:

- Is it possible to call an external API to fetch information and incorporate that into the AI Loop block to generate a comprehensive response?
- Can we add a button that, when clicked, redirects the user to a specific link in a new tab?
- Is it possible to render Markdown format within the Agent's response?

Founder Team
release0

release0

Jun 11, 2025

A: Hello,
Sure let me try to answer and feel free to let me know if you need additional information or clarification.
Calling External APIs for Use in AI Loop
Yes, this is fully supported. You can use the HTTP Request block to call any external API (GET/POST) and retrieve dynamic data during the chat flow.

To incorporate the API result into the AI Loop block, you can:
• Save the API response to a variable (e.g., weather_data, user_status, etc.).
• Reference that variable inside the AI Loop context ({{weather_data}}) to generate dynamic, context-aware completions.

This is ideal for combining real-time external data with AI responses.

Redirecting User to a Specific Link

Yes, the Redirect block allows you to define a URL and open it:
• In the current tab
• Or in a new tab. In the Redirect block click the option called "Open in new Tab". Here is the exact configuration: https://docs.release0.com/editor/blocks/logic/redirect#url-redirect

You can attach this logic to a button in a dialog block or use conditions to trigger it at specific points in the flow.

Markdown Rendering Support
Our agents are capable of displaying rich text like Bold, Italic, underscrore and links.

If you can provide an example of the use case to better understanding the request please contact us at support@release0.com

Finally if there are any features or suggestions and ideas, you’re welcome to submit/upvote them here:
👉 https://release0.com/feature-request

Share
Helpful?
Log in to join the conversation

Thank, can I block off agents in the backend to give different clients access too?

Founder

Yes definitely, there are several ways to separate Agents. You can secure agents with password access or restrict access from a specific URL.
From a perspective of administration you can use Tags to better arrange your agents or keep them completely separated by using separate workspaces.

And any suggestions and ideas, you’re welcome to submit them here:
https://release0.com/feature-request

Related questions
View product details