Get Started
Mirra SDK
The Mirra SDK provides a typed, idiomatic interface for interacting with the Mirra Platform. It is available for TypeScript/Node.js and Python.
Capabilities
The SDK provides programmatic access to:
- Agents: Create, update, and manage AI agents.
- Scripts: Deploy and execute serverless scripts.
- Resources: Manage API integrations and connections.
- Events: Subscribe to and handle system events.
Languages
Node.js / TypeScript
The primary SDK, with full type support.
Python
For data science and ML workflows.
Authentication
The SDK uses Bearer token authentication. Initialize the client with your API key.
For more details, see the Authentication Guide.