Skip to main content
Noorle Platform includes 8 built-in capabilities that provide core functionality without requiring external integrations. Attach them to your agents and MCP gateways to extend their capabilities.

All Capabilities at a Glance

Web Search

Search the internet for information. AI-optimized results with relevance scoring.Scope: Agent & MCP

Code Runner

Execute Python and JavaScript code instantly. Perfect for calculations and data processing.Scope: Agent & MCP

Sandbox

Full compute environment with package installation. Run complex workloads.Scope: Agent & MCP

HTTP Client

Make HTTP requests to any API. Full auth support (OAuth, Bearer tokens).Scope: Agent & MCP

Files

Read and write files in your session. Scoped storage for security.Scope: Agent & MCP

Knowledge Retrieval

Vector search over documents. RAG-powered semantic search with embeddings.Scope: Agent & MCP

Browser

Web rendering, screenshots, structured data. Visual web scraping.Scope: Agent & MCP

Computer

Full computer use capabilities. Screenshots, mouse, keyboard control.Scope: Agent Only ⚠️

Exposure Scopes Explained

Agent & MCP

Available to both:
  • Agents - Used in agent-powered interactions and automations
  • MCP Gateways - Exposed via the Model Context Protocol to MCP clients
Most capabilities are in this category.

Agent Only ⚠️

Available ONLY to agents:
  • Computer - Too sensitive for MCP gateway exposure
  • Cannot be attached to MCP gateways
  • Reserved for direct agent control
  • Enforced at multiple layers:
    • Code-level type system
    • Runtime gateway validation
    • UI/form restrictions
    • Per-capability guards

Capability Features Matrix

Common Capability Combinations

Minimal Setup

Perfect for simple tasks:
  • Web Search
  • Code Runner
  • Files

Standard Setup

Recommended for most use cases:
  • Web Search
  • Code Runner
  • Files
  • HTTP Client
  • Browser
Maximum capability:
  • All public capabilities
  • Plus REST connectors
  • Plus plugins

Knowledge-Heavy

For document analysis:
  • Knowledge Retrieval
  • Browser (for web docs)
  • Files (for local docs)
  • Code Runner (for analysis)

Attaching Capabilities

To an Agent

  1. Open Agents > Select Agent
  2. Click Settings > Capabilities
  3. Click Attach Capability
  4. Select Built-in Capabilities
  5. Choose capabilities
  6. Click Save

To an MCP Gateway

  1. Open Gateways > Select Gateway
  2. Click Capabilities tab
  3. Click Attach Capability
  4. Select Built-in Capabilities
  5. Choose capabilities (excludes Agent-only ones)
  6. Click Save

Cost Implications

For current pricing details, see Pricing.
Monitor usage in your dashboard to track costs per capability.

Capability Limits

Per-Capability Documentation

Ready to dive deeper? Each capability has detailed documentation:
  • Web Search - Search modes, relevance scoring, news vs general
  • Code Runner - Python & JavaScript execution, input/output
  • Sandbox - Packages, shell, environment setup
  • HTTP Client - Authentication, headers, status handling
  • Files - Read/write operations, scopes, path handling
  • Knowledge Retrieval - Embeddings, semantic search, RAG
  • Browser - Web rendering, screenshots, structured data
  • Computer - Screen control, mouse, keyboard automation

Quick Recipes

Search and Summarize

Use Web Search + Code Runner:
  1. Web Search retrieves recent articles
  2. Code Runner processes results
  3. Agent summarizes findings

Calculate and Store Results

Use Code Runner + Files:
  1. Code Runner does computation
  2. Files stores results
  3. Agent can retrieve later

Document Analysis

Use Knowledge Retrieval + Browser:
  1. Browser fetches documents from web
  2. Knowledge Retrieval searches content
  3. Files stores analysis results

Next Steps