Skip to main content
Every connector needs a connector profile and a linked account first. With an account linked, its actions are ready to use. Attach them to an AI platform, or use one of the protocols and SDKs that fits your stack. All share the same actions and authentication for simplicity.

Attach an AI platform

Pick the platform your users already run. Each connects over MCP:

ChatGPT

Claude Code

Claude Desktop

Codex

Cursor

Gemini

Goose

n8n

VS Code

Protocols & SDKs

MCP

Add tools to any MCP client (Claude, Cursor, n8n) using config only, no code.

Agent SDK

Build a custom agent with typed TypeScript or Python tools for LangChain, CrewAI, OpenAI, and Vercel AI.

A2A

Orchestrate multiple agents with pre-built agents per integration, which keeps context lean.

RPC/HTTP Request

Call actions from a backend or script with no agent or framework.
You can mix them, for example MCP for internal tools and the SDK for your product. For a fuller breakdown, see Call Actions.

Test your actions

Try a connector’s actions before wiring them into your product. Pick the tool that fits what you’re checking:

Playground

Explore actions with natural language for discovery and prototyping in the dashboard.

Request Tester

Execute endpoints with structured parameters. Verify connections and debug responses.

Postman

Test the MCP server with a pre-built collection. Inspect JSON-RPC requests directly.