Skip to Content

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.

Python Client

Install with:

pip install arcadepyLearn more about the Python Client

JavaScript / TypeScript Client

Install with:

npm install @arcadeai/arcadejsLearn more about the JavaScript / TypeScript Client

Go Client

Install with:

go get -u 'github.com/ArcadeAI/arcade-go'Learn more about the Go Client

Note: MCP-compatible versions of these clients are in development and will be documented soon.