In addition to MCP connections, Tildei lets you build custom tools using HTTP_REQUEST — a flexible way to connect your agent to any system with an API, without needing a pre-built integration.
When your agent encounters a task that needs real-time data or an action in an external system, it can call an HTTP_REQUEST tool and use the response to continue the conversation.
Anything that can be done via an API call, your agent can do mid-conversation:
Each HTTP_REQUEST tool is a configured API call that your agent can invoke during a conversation. You define:
Values from the conversation (like the customer's chosen service or preferred time) can be passed into the request using Handlebars syntax: {{variable.field_name}}