Installation
Actra is available for both JavaScript and Python, allowing you to evaluate policies directly inside your application runtime.
Choose your preferred SDK.
JavaScript
Install the JavaScript SDK from npm:
npm install @getactra/actra
Requirements
- Node.js 18+
- Bun / Deno compatible runtimes (where supported)
Python
Install the Python SDK from PyPI:
pip install actra
Requirements
- Python 3.10+
Verify Installation
Once installed, continue to the Quickstart to evaluate your first policy.
Next: Quickstart