Use the SDKs when you want to automate Agent Creator or Storage workflows from application code instead of calling the REST API directly.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.
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.
Related resources
Authentication
Configure access tokens before calling protected APIs.
Agent Creator
Learn how agents are created, configured, and published.