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

# EndstateClient

> The API with a server-side secret key. Never construct one in a browser.

```ts theme={null}
class EndstateClient extends BaseClient
```

## Example

```ts theme={null}
const endstate = new EndstateClient({
  apiKey: secretKey(process.env.ENDSTATE_API_KEY),
});
```
