The Invoke Web API action allows your agents to make RESTful API calls to external systems and services. This enables access to third-party data sources, submission of information to web services, and integration with existing infrastructure.
Description: Think of these as your “ID card” when talking to an API..
Example: Many APIs need to know who you are before giving you information. For instance, for the X (Twitter) API, you’d need: {“Authorization”: “Bearer YOUR_ACCESS_TOKEN”}. The API’s documentation will usually tell you exactly what to put here.
Step 3: Makes a REST API call to a government grants database with these keywords
Step 5: Presents the information to the user as a formatted output
This workflow shows how external APIs can significantly expand an agent’s capabilities by providing access to specialized data sources that aren’t available within the Agent.ai platform itself.