Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cobalt.peoplereign.io/llms.txt

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

Tools, rules & hooks

This page is coming soon. Below is what it will cover.
However a tool reaches an agent — through an Integration, a Skillset, or built in — you control how it’s allowed to behave with a layered set of guardrails. This page will cover:
  • Tool families and family rules — constraints applied to a whole family of tools at once (for example, which domains the web tools may reach, or which file types the file tools may touch).
  • Per-tool rules — overrides that tighten or loosen a single tool relative to its family, and how family and per-tool rules merge into the effective rule.
  • Hooks — policy gates that run at the moment a tool is invoked. A hook can require confirmation, check an argument against an allowlist, rewrite a call, or deny it — with audit logging and versioning.
Privileged actions are gated and audited by default; this is where you tune that behavior.