Skip to content

SDKs

Pando provides official, production-ready SDKs to integrate local developer-focused AI features programmatically into your own tools, scripts, editors, or background workers.

Each SDK supports all three primary modes of interacting with Pando:

  1. Subprocess (One-Shot): Spawns pando as a child process for fast, single-turn prompts.
  2. ACP Session (Stdio): Connects to a long-lived pando acp JSON-RPC 2.0 server over stdio for multi-turn conversations and real-time streaming.
  3. HTTP REST Client: Connects to a running pando serve or pando app server over local networks.

Supported Languages

Select your programming language to explore the installation instructions, code snippets, and reference guides: