Skip to Content
HomeAPI

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 execution and permission management into your applications.

Arcade ( SDK)

Arcade , the secure framework for building , provides a FastAPI-like interface for creating custom and exposing them through the standardized MCP protocol.

Arcade provides clients for several languages. These clients make it easy to use Arcade’s tools within your and applications.

Python Client

Install with:

pip install arcadepy

Learn more about the Python Client

JavaScript / TypeScript Client

Install with:

npm install @arcadeai/arcadejs

Learn 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: -compatible versions of these clients are in development and will be documented soon.

Last updated on

API Reference | Arcade Docs