Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clarion.cantina.xyz/llms.txt

Use this file to discover all available pages before exploring further.

You can create an agent in two ways: start from a curated template, or build one from scratch.

Start from a template

Templates are pre-built agents for common workflows. Each bundles a set of monitors, skills, and signal rules tuned for a specific domain.
  • Smart Contract Security: Monitors on-chain activity, triages exploits, coordinates emergency pause workflows.
  • Identity & Access: Tracks Okta, Microsoft Entra, JumpCloud, and 1Password events for impossible-travel, MFA bypass, and policy weakening.
  • DNS Infrastructure: Watches your zones for unauthorized record changes, NS hijack, and dangling subdomains.
  • Cloud Posture: CloudTrail, GuardDuty, and CloudWatch for AWS, with agent-driven IAM investigation.
To create from a template:
  1. Open Agents in your workspace and click New agent.
  2. Pick the template that matches your use case.
  3. Review the bundled monitors, skills, and signal rules.
  4. Configure notification channels. See Notifications.
  5. Activate the agent.

Build from scratch

If no template fits, start with a blank agent.
  1. Open Agents and click New agent → Blank.
  2. Add monitors for the signals you want the agent to handle.
  3. Add skills that describe how to respond. Use the skill library or write custom skills.
  4. Configure notification preferences.
  5. Activate.
You can fork a template at any time. Forked templates are managed copies you can edit; they keep the lineage so you can reset back to the template default.
Learn about Skills →