Skip to main content

Action Availability

This document provides an overview of which Agent.ai actions are available across different platforms and SDKs, along with installation instructions for each package.

Installation Instructions

Python SDK

The Agent.ai Python SDK provides a simple way to interact with the Agent.ai Actions API. Installation:
Links:

JavaScript SDK

The Agent.ai JavaScript SDK allows you to integrate Agent.ai actions into your JavaScript applications. Installation:
Links:

MCP Server

The MCP (Multi-Channel Platform) Server provides a server-side implementation of all API functions. Installation:
Links: Legend:
  • ✅ - Feature is available
  • ❌ - Feature is not available
Notes:
  • The Builder UI has the most comprehensive set of actions available
  • The MCP Server implements all API functions
  • The Python and JavaScript SDKs currently implement the same set of actions
  • Some actions are only available in the Builder UI and are not exposed via the API yet, but we plan to get to 100% parity scross our packaged offerings.

Action Availability Table

New in API v1.1.0

The v1.1.0 API surface introduces a large set of new capabilities across people intelligence, the LinkedIn suite, calendar/email, agent memory, richer HubSpot access, financial data, and rendered-report builders. Each row below links to its builder documentation and lives in the API Reference.

Agent Packs (orchestrated pipelines)

Beyond atomic actions, v1.1.0 adds Agent Packs — purpose-built multi-step pipelines that ship as a group of related endpoints. See the Agent Packs overview for the full list, which includes: Each pack typically exposes both an orchestrated one-call endpoint (run_full_* / run_optimized_pipeline) and a set of granular step actions you can call independently from the builder.

Summary

  • UI Builder supports the full action surface — all of the above.
  • API (v1.1.0) now spans over 180 endpoints across core actions and Agent Pack pipelines — see the API Reference for the complete list.
  • MCP Server supports the same core actions as the API.
  • Python SDK and JavaScript SDK currently cover the core data retrieval and AI generation actions; additional coverage rolls out over time.
The Python and JavaScript SDKs currently implement the same set of core data retrieval and AI generation functions as the builder, but there are some actions that either don’t make sense to implement via our API (i.e. get user input) or aren’t useful as standalone actions (i.e. for loops). You can always implement an agent through the builder UI and invoke it via API or daisy chain agents together.