Skip to main content
The Actions RPC endpoint is the unified way to execute any of StackOne’s 10,000+ actions. It’s the same layer used by MCP servers and AI Toolset, giving you consistent programmatic access to all integrations.
This guide covers the Platform API approach to executing actions. For direct REST access to provider data, see the Unified APIs.
The RPC endpoint routes your request to the appropriate end-user’s provider based on the x-account-id header, handles authentication, transforms requests to match provider APIs, and returns normalized data.

Execute an Action


Request Parameters

Headers


Discover Available Actions

Use GET /actions to find what actions are available for a specific account or provider:
Build dynamic agent tooling by querying available actions first, then executing them via RPC. See Actions Metadata for a complete guide.

Common Action Patterns

Workday: List Employees

Greenhouse: Create Candidate

Salesforce: Get Contact


Actions RPC API Reference

Full API reference with all parameters

Actions Metadata

Discover available actions and build dynamic UIs

Multi-Tenant Accounts

Manage accounts by owner for multi-tenant apps

Request Logs

Monitor and debug action execution