---
title: SDK reference
description: TypeDoc-oriented entry points for @open-stellar/sdk.
---
SDK reference
The SDK reference mirrors the planned TypeDoc output for @open-stellar/sdk until generated docs are published.
Entry points
OpenStellar: browser and server client for REST APIs.x402: quote, settle, and receipt helpers.agents: messages, health, heartbeat, and appearance helpers.passport: ZK authorization helpers.server: Next.js route wrappers such asgateWithX402.
import { OpenStellar } from "@open-stellar/sdk"
import { gateWithX402 } from "@open-stellar/sdk/server"