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.
Capabilities overview
An agent’s capabilities are its tools. There are three ways to grant them, and they’re not interchangeable — there’s a clear order of preference.Start with the highest level that works
Need to act in an external system? → Integration
Connecting your service desk, HRIS, identity provider, file store, or
collaboration tool is almost always an Integration.
Integrations are vendor-built, policy-gated, and audited — this is the
primary path, and where you should look first.
No integration covers it? → Skillset
For a bespoke internal API or an unusual workflow that no integration
handles, author a Skillset: natural-language
Skills plus a Connection for credentials. This is the exception path.
Just reference material? → Custom knowledge
For documents that don’t live in a connected system — a policy PDF, an
internal FAQ — add custom knowledge the agent
can search and cite.
Why the order matters
| Integration | Skillset | Custom knowledge | |
|---|---|---|---|
| Best for | Connecting a known system | Logic an integration can’t do | Reference content |
| Built by | Cobalt (vendor-maintained) | You | You |
| Maintenance | Low | Higher (you own the logic) | Low |
| Acts in systems | Yes | Yes | No (read-only) |
