x-api-key
header. createClient wires this in once — create a client and reuse it for
every call.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
We are currently in private pre-release. If you would like to get access, please reach out to us here.
Authenticate the ParlayX TypeScript SDK with your API key
x-api-key
header. createClient wires this in once — create a client and reuse it for
every call.
import { createClient } from "@parlayx/sdk";
const client = createClient({ apiKey: process.env.PARLAYX_API_KEY! });