Python SDK — Authentication
API key and agent key handling in the Python SDK.
Both sync and async clients send Authorization: Bearer <api_key> and X-KorClaw-Client: korclaw-python/1.0.0.
python
result = client.policies.evaluate(
input={"action": "deploy", "agent": "ops-bot"},
agent_key=os.environ.get("KORCLAW_AGENT_KEY"),
)