API Reference
Complete reference documentation for Arcade's APIs and SDKs.
API
Arcade's REST API is for orchestrating tools, managing authentication, and controlling agent workflows at runtime. Use this API to integrate Arcade's tool execution and permission management into your agent applications.
Arcade MCP (MCP Server SDK)
Arcade MCP provides a FastAPI-like interface for building custom Model Context Protocol servers. Use this SDK to create your own tools and expose them through the standardized MCP protocol.
Arcade Clients
Arcade provides clients for several languages. These clients make it easy to use Arcade's tools within your agents and applications.
JavaScript / TypeScript Client
Install with:
npm install @arcadeai/arcadejs
Learn more about the JavaScript / TypeScript ClientNote: MCP-compatible versions of these clients are in development and will be documented soon.