Skip to main content
The SDK is what lives in your agent process. You install it as a regular Python package and point it at the Rubric API URL we gave you.

SDK

The Python SDK is published as rubric on PyPI.

Optional extras

Choose the extra(s) matching your agent framework. Each extra is a thin adapter that wraps the framework’s tool-dispatch hook so every call is governed. You can stack them: pip install 'rubric-app[mcp,runtime,presidio]'.

Configure

The SDK reads its configuration from environment variables:
AG_API_URL is the Rubric API URL you received during onboarding. Set it in your deployment’s secret manager alongside the enrollment token.

Verify

Hit Rubric’s health endpoint to confirm reachability:
Then walk through the Quickstart to enroll your first agent.