Agent Skill · Paragon

paragon-actionkit-skill

Skill for using Paragon's ActionKit API for 3rd-party Tools and Triggers, Tools for CRUD-like operations in a 3rd-party API and Triggers for subscribing to 3rd-party webhooks

Provider: Paragon Path in repo: skills/experimental_actionkit-skill/SKILL.md

Skill body

When to use this skill

Use this Skill to help the user implement ActionKit API calls in their code, by using the references in the Table of Contents

ActionKit Overview

ActionKit exposes thousands of pre-built Tools (actions in a third-party system) and Triggers (events in a third-party system) across integrations through one consistent interface.

Some examples of ActionKit Tools are:

Some examples of Action Triggers are:

The full list of available Tools and Triggers can be found in the ActionKit docs

Popular use cases for ActionKit include

  1. AI agent tool calling: Expose all actions as function tools to your AI agent over the API or MCP server, with agent-optimized descriptions for tool calling accuracy.

  2. Front-end functions: For use cases where your users interact with integration data in your app, like displaying a table of Salesforce opportunities or a button to send a Slack notification.

  3. Integrations for your workflow product: Expose all actions as integration nodes in your workflow automation product/feature by wrapping ActionKit’s input schemas.

Prerequisites

ActionKit is built on top of Paragon’s managed authentication and monitoring. When using ActionKit, a JWT with a unique end-user ID is required so that Paragon knows who the action should be run on behalf of.

Before helping the user implement ActionKit, it’s best to have the Paragon SDK and Connect Portal setup.

Table of Contents

Tools API

Triggers API