Activate Your Sentinel Workspace
Complete your organization registration to activate your sovereign AI governance tenant, initialize your zero-knowledge cryptographic keys, and unlock Amazon Bedrock interception.
Workspace Successfully Activated!
Your sovereign AI governance tenant is live. Zero-knowledge cryptographic salting is anchored in your local client custody.
Encodes your Tenant ID, API Key, zero-knowledge HMAC secret, and AWS region into a single secure string for instant 1-command deployment.
🧪 Live Tenant Sandbox: Test Governance Right Now
Execute simulated Amazon Bedrock queries through your tenant's zero-knowledge cryptographic pipeline before writing any code.
Zero-overhead Amazon Bedrock drop-in wrapper. If you ran sentinel init, credentials load automatically:
from oais_sentinel import SentinelBedrockClient
# Automatically loads ~/.sentinel/config.json initialized via token
bedrock = SentinelBedrockClient()
# Or pass your activation token explicitly:
# bedrock = SentinelBedrockClient(activation_token="oais_act_...")
# Transparent zero-knowledge governance (<1ms latency overhead)
response = bedrock.invoke_model(
modelId="anthropic.claude-3-5-sonnet-20241022-v2:0",
body={"prompt": "Assess corporate risk exposure under Basel III..."}
)
# Access your cryptographic proof receipt directly
receipt = response["sentinel_receipt"]
print(f"Decision: {receipt['gate_decision']}, Input Hash: {receipt['input_hash']}")
Manage, audit, and inspect your sovereign cryptographic ledger directly from your terminal:
# Launch the local visual CISO / Engineering Command Center (Streamlit)
sentinel cockpit
# Run a mathematically pure, offline cryptographic audit of all Merkle roots
sentinel verify
# Generate an official SOC 2 Type II / EU AI Act Attestation Certificate
sentinel cert --output SOC2_Sentinel_Attestation.json
# Check high-water Merkle roots and buffer status
sentinel status