> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plungeai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# @plungeai/one-api

> Planned: the typed TypeScript client for the execution planes. Today: generate a client from the spec.


<Info>
Planned: not available yet. Tracked as TI-08.
</Info>

## What this will do

`@plungeai/one-api` will be a typed TypeScript client for the execution planes, published on npm. It is not on npm yet. Until then, generate a typed client from the OpenAPI spec.

<CodeGroup>
```bash Today's path
npx openapi-typescript https://api.plungeai.com/v1/openapi.json -o src/plungeai-schema.d.ts
npm install openapi-fetch
```
</CodeGroup>

## Use this today

<Card title="OpenAPI Codegen" icon="code" href="/developer-tools/openapi-codegen">
Generate typed clients from https://api.plungeai.com/v1/openapi.json.
</Card>

<!-- placeholder-source: content/_placeholders.json -->
