Agentic Actions Across Integrations
Enable your AI agent to call third-party API's easily and reliably
Popular integrations
When building an AI agent application, you’ll likely need to give it the ability to perform read, write, and update operations in your customers’ third-party applications like CRMs, calendar apps, ticketing platforms.
Paragon makes it easy to equip your AI agents with third-party actions, and there are two methods for doing so:
Workflows with Paragon-managed steps for common operations in a third-party provider
Proxy API where Paragon manages all auth-related details for every third-party endpoint
Workflows
Building workflows for agentic actions is very simple, especially if you just need to perform a simple write operation like creating a ticket in Intercom.
Where workflows really shine is when the action required isn’t a simple third-party API call. For example, if you need to get a user’s Google calendar availability, your AI agent can use a workflow like this one to calculate the availability based on the existing events that the Google Calendar API returns.
In your code, you’ll trigger the workflows via POST requests to give your AI agent the ability to work with the third-party integration provider, whether it’s to read, write, or delete data.
Enabling your AI agent with both create and read workflows, you can create interactions like this one where your AI application truly be assistant-like.
Proxy API
The second way Paragon can help build your agentic action use case is to use the Paragon SDK and Proxy API. These proxy API endpoints handle the authentication mechanism, such as inheriting the auth for a user in Slack to send a message as the user.
Calling Paragon’s proxy API is a much simpler developer experience and can be used in a function tool by your AI agent, like in the code example above.
Wrapping Up
Paragon’s platform provides different ways AI applications can perform agentic actions in a third-party platform. Our team is constantly thinking of ways we can introduce features in our iPaaS product to empower our customers to build out integrations for their AI use cases. To learn more about how Paragon can enable your AI application to perform actions across integrations and our exciting new AI-focused features, book a demo to schedule some time with our team.
TABLE OF CONTENTS
Equip your agent with function tools that act on third-party data
Join 150+ B2B companies that rely on Paragon as their integration infrastructure