Capabilities overview
An agent’s capabilities are the things it can know and do. There are several ways to grant them, and they aren’t interchangeable — start at the top and work down, taking the first one that genuinely covers your use case.Which one do I need?
Add the App
Cobalt builds and maintains the integration for you — Jira, ServiceNow, Workday, Slack and the rest of the catalog. Pick it, authorize it, and your agent gets a vetted, policy-gated set of tools that Cobalt keeps working as the vendor’s API changes. → Integrations overviewAdd the MCP Server or External Agent
No Cobalt App fits, but your vendor or your own team already runs something you can point at. An MCP Server gives your agent tools it runs itself — you supply a URL and Cobalt discovers what’s there. An External Agent is a peer agent your agent hands part of a conversation to. You don’t write the logic here, but you own the server it lives on, so the same fit test applies: check what its tools actually do before you commit. → MCP servers · Integrations overviewCreate a Knowledge collection
The answer lives in documents rather than in a system: an employee handbook, a handful of policy PDFs, an internal FAQ. Choose this when the set is small enough that you’re happy uploading the files yourself and re-uploading them when they change — a few dozen documents that turn over occasionally, not a live library of thousands. The agent searches this content and cites it. It can’t act on it. → Custom knowledgeAuthor a Skillset
Nothing new needs connecting — the agent already has the tools, it just doesn’t know your procedure. Write it out in plain language as Skills: when to use it, what steps to take, what to tell the person. If a step needs an API URL or a credential, add a configuration to the skillset. This is the exception path. It works, but you own the logic and keeping it correct. → Skillsets & skillsContact support
If nothing above fits, your use case probably needs something Cobalt doesn’t do yet. Tell us what you’re trying to accomplish — it may already be on the roadmap, or there may be a route we can walk you through.Why the order matters
Reaching for a Skillset when an App already does the job means you take on
maintenance Cobalt would otherwise carry, and you re-implement guardrails the App
already provides. Drop a level only when the level above genuinely can’t do it.
