SDK

Use the generated client to automate OpenABCode server workflows.

Install

Use the generated SDK from the package once public distribution is finalized.

Create client

Point the SDK at a local or hosted OpenABCode server and pass auth headers when required.

const client = createOpencodeClient({ baseUrl: "http://localhost:4096" })

Config

The SDK exposes config, providers, sessions, tools, and server endpoints.