# Altheia ## Docs - [Agents](https://docs.altheia.xyz/concepts/agents.md): What an Altheia agent is and how its identity lives on Solana. - [Audit trail](https://docs.altheia.xyz/concepts/audit-trail.md): Every decision, anchored on-chain. - [Kill switch](https://docs.altheia.xyz/concepts/kill-switch.md): Pause and revoke an agent from one page. - [Policies](https://docs.altheia.xyz/concepts/policies.md): Per-agent guardrails enforced both off-chain and on-chain. - [Integrate the SDK](https://docs.altheia.xyz/guides/integrate-sdk.md): Wrap a signing path with altheia.guard(). - [Example: Orca swap agent](https://docs.altheia.xyz/guides/orca-swap-example.md): A working agent that swaps SOL → USDC on Orca with policy enforcement. - [Register an agent](https://docs.altheia.xyz/guides/register-agent.md): Walk through the registration form in the dashboard. - [Altheia](https://docs.altheia.xyz/index.md): AWS IAM for AI agents on Solana. Per-agent policies, kill switch, audit trail. - [Quickstart](https://docs.altheia.xyz/quickstart.md): Register an agent and ship your first guarded action. - [Altheia](https://docs.altheia.xyz/sdk/altheia.md): The SDK entry point. Constructor and config. - [check()](https://docs.altheia.xyz/sdk/check.md): Ask whether an action would be allowed, without running it. - [guard()](https://docs.altheia.xyz/sdk/guard.md): Check policy, run the action, write the audit row. - [report()](https://docs.altheia.xyz/sdk/report.md): Attach an outcome to an audit row. ## OpenAPI Specs - [openapi](https://docs.altheia.xyz/api-reference/openapi.json)