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

# JavaScript SDK

> Use the Darwin JavaScript SDK for Connect applications, linked AIs, and application-funded work.

Install `@darwinso/connect` for explicit application-authority and linked-AI constructors. The package re-exports the generated Darwin client, so Connect and Product stay on one reviewed API contract.

```bash theme={null}
npm install @darwinso/connect
```

<Card title="Open the Darwin Connect JavaScript SDK guide" icon="code" href="/connect/interfaces/javascript-sdk">
  Manage applications and operate linked AIs with the correct backend credential or user OAuth grant.
</Card>
