Skip to main content
gavAI ships two TypeScript packages on npm. They target different API surfaces and different auth schemes. By the end of this page you will know which one to install and where its full documentation lives.

Pick one

If you are integrating against the public API — building a backend service, a CLI, a CI job, a customer-facing app — install @gavai/sdk. The low-level package exists for platform tooling and is rarely the right choice for product code.

Other languages

TypeScript and JavaScript only today. Python, Go, and Rust clients are on the roadmap. Until they ship, call the REST API directly — see the API reference.

Next steps