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

# SDKs

> Use the Prisme.ai SDKs to build agents and integrate with platform APIs

The SDKs are the full-code door into the platform's unified foundation. Use them when you want to automate Agent Creator or Storage workflows from application code instead of calling the REST API directly.

<CardGroup cols="2">
  <Card title="Node.js SDK" icon="node-js" href="https://github.com/prismeai/sdk-agents-node">
    Official Prisme.ai Node.js SDK for Agent Creator and Storage APIs.
  </Card>

  <Card title="Python SDK" icon="python" href="https://github.com/prismeai/sdk-agents-python">
    Official Prisme.ai Python SDK for Agent Creator and Storage APIs.
  </Card>
</CardGroup>

## When to use an SDK

* Use the **Node.js SDK** when your agent or integration runs in a JavaScript or TypeScript backend.
* Use the **Python SDK** when your agent or integration runs in a Python service, notebook, or automation worker.
* Use the [REST API reference](/api-reference/introduction) when you need to inspect the underlying endpoints or build an integration in another language.

## Related resources

<CardGroup cols="2">
  <Card title="Authentication" icon="key" href="/api-reference/authentication">
    Configure access tokens before calling protected APIs.
  </Card>

  <Card title="Agent Creator" icon="store" href="/products/agent-factory/overview">
    Learn how agents are created, configured, and published.
  </Card>
</CardGroup>
