Skip to main content
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.

Node.js SDK

Official Prisme.ai Node.js SDK for Agent Creator and Storage APIs.

Python SDK

Official Prisme.ai Python SDK for Agent Creator and Storage APIs.

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 when you need to inspect the underlying endpoints or build an integration in another language.

Authentication

Configure access tokens before calling protected APIs.

Agent Creator

Learn how agents are created, configured, and published.