Agent Layer Developer Portal

Use these pages when integrating a server-side agent or custom registration portal with Voyage.

Pages

SDK Package

The JavaScript SDK lives at packages/voyage-sdk and is published inside the monorepo as @voyage/sdk.

import { createVoyageClient } from "@voyage/sdk";

const voyage = createVoyageClient({
  baseUrl: "https://api.example.com",
  tenantSlug: "acme-events",
  apiKey: process.env.VOYAGE_API_KEY ?? "vyg_live_xxx",
});