SDK Documentation

Complete guide to building schema-first AI applications with the Actionpackd AI SDK. Get started with our quickstart guide.

Quickstart Guide

Install the SDK and make your first schema-validated AI request in 2 lines of code. Learn about typed outputs, streaming, and provider-agnostic adapters.

  • Installation with pnpm
  • First serverCompose() call
  • Schema validation with Zod
  • Provider setup
Read Docs

Get Started

Jump into the SDK documentation

2-Minute Quickstart

Install the SDK and make your first schema-validated AI request with serverCompose().

pnpm add @actionpackd/sdk-core zod
Get Started