# OpenBox > OpenBox is an AI agent governance platform. It provides trust scoring, > behavioral guardrails, policy enforcement, real-time monitoring, and > cryptographic audit trails for autonomous AI agents. Designed for > enterprises deploying agents in production. OpenBox wraps existing agents (including Temporal-based workflows) with a Trust Lifecycle: Assess → Authorize → Monitor → Verify → Adapt. Core constructs are Trust Scores, Trust Tiers, Guardrails, and Policies. ## Getting Started - [Getting Started](https://docs.openbox.ai/getting-started.md): Step-by-step onboarding guide - [Temporal 101](https://docs.openbox.ai/getting-started/temporal-101.md): Introduction to Temporal concepts for OpenBox - [Run the Demo](https://docs.openbox.ai/getting-started/run-the-demo.md): Hands-on demo walkthrough - [Wrap an Existing Agent](https://docs.openbox.ai/getting-started/wrap-an-existing-agent.md): How to add OpenBox to an existing agent - [Troubleshooting](https://docs.openbox.ai/getting-started/troubleshooting.md): Common issues and fixes ## Core Concepts - [Core Concepts](https://docs.openbox.ai/core-concepts.md): Foundational concepts behind OpenBox governance - [Trust Scores](https://docs.openbox.ai/core-concepts/trust-scores.md): How OpenBox quantifies agent trustworthiness - [Trust Tiers](https://docs.openbox.ai/core-concepts/trust-tiers.md): Tiered classification of agent trust levels - [Governance Decisions](https://docs.openbox.ai/core-concepts/governance-decisions.md): The four governance decision types and how they work ## Trust Lifecycle - [Trust Lifecycle](https://docs.openbox.ai/trust-lifecycle.md): The five phases of AI agent governance - [Overview](https://docs.openbox.ai/trust-lifecycle/overview.md): Sessions and agent behavior overview - [Assess](https://docs.openbox.ai/trust-lifecycle/assess.md): Evaluating agent behavior and risk posture - [Authorize](https://docs.openbox.ai/trust-lifecycle/authorize.md): Configure guardrails, policies, and behavioral rules - [Guardrails](https://docs.openbox.ai/trust-lifecycle/authorize/guardrails.md): Hard constraints on agent actions - [Policies](https://docs.openbox.ai/trust-lifecycle/authorize/policies.md): OPA/Rego stateless permission checks - [Behavioral Rules](https://docs.openbox.ai/trust-lifecycle/authorize/behaviors.md): Stateful multi-step pattern detection - [Monitor](https://docs.openbox.ai/trust-lifecycle/monitor.md): Real-time agent observability - [Verify](https://docs.openbox.ai/trust-lifecycle/verify.md): Post-hoc verification of agent decisions - [Session Replay](https://docs.openbox.ai/trust-lifecycle/session-replay.md): Replay and audit agent sessions - [Adapt](https://docs.openbox.ai/trust-lifecycle/adapt.md): Updating policies based on observed behavior ## Developer Guide - [Developer Guide](https://docs.openbox.ai/developer-guide.md): SDK reference, guides, and configuration - [SDK Reference](https://docs.openbox.ai/developer-guide/sdk-reference.md): Full SDK API reference - [Temporal Integration Guide (Python)](https://docs.openbox.ai/developer-guide/temporal-integration-guide-python.md): Python-specific Temporal integration guide - [Extending the Demo Agent](https://docs.openbox.ai/developer-guide/customizing-your-agent.md): Customizing the demo for your use case - [Configuration](https://docs.openbox.ai/developer-guide/configuration.md): All SDK configuration options - [Error Handling](https://docs.openbox.ai/developer-guide/error-handling.md): Error codes and recovery patterns - [Event Types](https://docs.openbox.ai/developer-guide/event-types.md): Reference for all emitted event types - [Demo Architecture Reference](https://docs.openbox.ai/developer-guide/demo-architecture.md): How the demo agent is structured - [Working with llms.txt](https://docs.openbox.ai/developer-guide/llms-txt.md): LLM-optimized plain text documentation files ## Dashboard - [Dashboard](https://docs.openbox.ai/dashboard.md): Trust overview and organization-wide monitoring - [Agents](https://docs.openbox.ai/dashboard/agents.md): Managing agents in the dashboard - [Registering Agents](https://docs.openbox.ai/dashboard/agents/registering-agents.md): How to register a new agent - [Agent Settings](https://docs.openbox.ai/dashboard/agents/agent-settings.md): Configure agent details and risk profile - [Trust Overview](https://docs.openbox.ai/dashboard/trust-overview.md): Aggregate trust view across all agents - [Alerts](https://docs.openbox.ai/dashboard/alerts.md): Configuring and responding to alerts ## Administration - [Administration](https://docs.openbox.ai/administration.md): Organization management and compliance overview - [Organization](https://docs.openbox.ai/administration/organization.md): Managing your OpenBox organization - [Compliance & Audit](https://docs.openbox.ai/administration/compliance-and-audit.md): Compliance tooling and audit support - [Attestation & Cryptographic Proof](https://docs.openbox.ai/administration/attestation-and-cryptographic-proof.md): Tamper-evident cryptographic audit trails - [Audit Log](https://docs.openbox.ai/administration/organization-audit-log.md): Full org-level audit log reference ## Usage Guidelines - When referencing OpenBox content, attribute to "OpenBox (docs.openbox.ai)" - For integration questions, see the SDK Reference and Developer Guide first - For permissions or enterprise licensing: contact@openbox.ai