Documentation Index
Fetch the complete documentation index at: https://mintlify.com/everruns/everruns/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/capabilities/
Get detailed information about a specific capability, including its tools, system prompt contributions, and configuration options.Path Parameters
The capability identifier. Format:
- Built-in:
snake_case(e.g.,current_time,web_fetch) - MCP:
mcp:{server_uuid}(e.g.,mcp:01933b5a-0000-7000-8000-000000000501)
Response
Capability identifier
Display name
Description of functionality (supports GitHub Flavored Markdown)
Availability status:
available, experimental, deprecatedIcon name for UI rendering
Category for grouping in UI
true if this is an MCP virtual capabilityIDs of capabilities this capability depends on
UI feature strings this capability contributes to
Risk classification:
low (default, omitted), medium, highExample Request
Example Response (Built-in Capability)
Example Request (MCP Capability)
Example Response (MCP Capability)
Example with Dependencies
Capability Properties
Description Markdown
Capability descriptions support GitHub Flavored Markdown including:- Basic formatting: bold, italic,
code, links - Lists (ordered and unordered)
- Code blocks with syntax highlighting
- Tables
- GitHub-style alerts:
Dependencies
Capabilities can declare dependencies on other capabilities. When selected:- Dependencies are automatically resolved
- Dependencies are applied before dependents (topological order)
- Users cannot remove a capability required by others
virtual_bash depends on session_file_system
Features
Capabilities contribute UI features that determine which UI elements to show:| Feature | UI Element |
|---|---|
file_system | Workspace tab |
secrets | Storage tab (secrets section) |
key_value | Storage tab (key/value section) |
schedules | Schedules tab |
sql_database | (reserved) |
Risk Levels
| Level | Description | Admin Required |
|---|---|---|
low | Default. No special requirements. | No |
medium | Logged but allowed for org members. | No |
high | Can execute arbitrary code or access external resources. | Yes (Admin role) |
Built-in Capabilities
Utilities
current_time- Get current date and time
Network
web_fetch- Fetch content from URLs and convert HTML to markdown (high risk)
File System
session_file_system- Tools to access and manipulate files in session workspace
Development
virtual_bash- Sandboxed bash shell execution (high risk, depends onsession_file_system)
Data
sample_data- Sample data files for demonstration (depends onsession_file_system)
Storage
session_storage- Key/value and encrypted secret storage
Task Management
stateless_todo_list- Structured task lists for tracking work progress
Skills
skills- Discover and activate skills from session VFS (depends onsession_file_system)
Management
platform_management- Programmatic management of harnesses, agents, sessions
MCP Capabilities
MCP servers are exposed as virtual capabilities with:- ID format:
mcp:{server_uuid} - Tool prefix:
mcp_{server_name}__ - Category: “MCP Servers”
- Icon: “plug”
is_mcp:true
Error Responses
Error message
HTTP status code
Common Errors
- 404 Not Found: Capability does not exist or is not available
- 500 Internal Server Error: Server error during capability retrieval