
Capability Types
Categories
Organize capabilities into functional categories:MCP Servers
Model Context Protocol (MCP) servers expose tools to AI agents through a standardized interface.Adding an MCP Server
- Go to Capabilities in the sidebar
- Click Add Capability
- Select type MCP
- Configure:
- Click Create
Example Configuration
Functions
Functions are custom HTTP endpoints that agents can call as tools.Adding a Function
- Click Add Capability
- Select type Function
- Configure:
Example Configuration
File Search
Connect vector stores for knowledge base search.Adding File Search
- Click Add Capability
- Select type File Search
- Configure:
File search integrates with Knowledges vector stores.
Skills
Skills are reusable instruction sets that modify agent behavior.Adding a Skill
- Click Add Capability
- Select type Skill
- Configure:
Example Skill
Name:summarize
Purpose: Summarize long documents into key points
Instructions:
Guardrails
Guardrails validate inputs, outputs, or actions to ensure safety and compliance.Guardrail Types
Adding a Guardrail
- Click Add Capability
- Select type Guardrail
- Configure:
Example Guardrail
Memory Providers
Memory providers store conversation history and long-term context.Adding Memory
- Click Add Capability
- Select type Memory
- Configure:
Sub-Agents
Sub-agents are other agents that can be invoked as tools, enabling agent composition.Adding a Sub-Agent
- Click Add Capability
- Select type Sub-Agent
- Configure:
Built-in vs Custom
Capabilities are marked as:- Built-in: Provided by the platform, cannot be edited or deleted
- Custom: Created by your organization, fully editable
Filtering & Search
Use the toolbar to find capabilities:- Search: Filter by name or description
- Type: Filter by capability type (MCP, Function, etc.)
- Category: Filter by functional category
Best Practices
Descriptive Names
Use clear, action-oriented names for tools
Secure Authentication
Store credentials in secrets, reference as
{{secrets.KEY}}Document Parameters
Provide detailed descriptions in JSON Schema
Test Before Deploy
Verify capabilities work before enabling for all agents
Next Steps
Model Governance
Control which models agents can use
Observability
Monitor capability usage and errors