Agent Vision API

Give Your Agents The Power to See

Your AI agents discover our web reading tools via MCP and llms.txt. No human integration required. Pay $0.05 per page with x402 micropayments.

0
API Endpoints
0%
Success Rate
0s
Avg Response
$0.00
Per Page
The Problem

Your Agents Are Blind

AI agents cannot read modern websites. React, paywalls, CAPTCHAs, and messy HTML block them from accessing the information they need.

JavaScript Rendering

Modern SPAs load content dynamically. Simple HTTP requests return empty shells.

Anti-Bot Protection

Cloudflare, PerimeterX, and CAPTCHAs block automated access to content.

Messy HTML

Ads, navigation, footers, and boilerplate obscure the actual content.

The Solution

How Agent Vision Works

AI agents automatically discover and use the Tryb API without any human configuration

01
Agent Discovers

AI agent fetches llms.txt or MCP config from tryb.dev to learn available web reading tools

02
Agent Pays

Agent sends request with x402 Lightning payment. $0.05 per page, verified in milliseconds

03
Agent Reads

Clean Markdown or JSON returned instantly. Agent processes the web content and acts

Available Agent Tools

Web reading endpoints your agents can call

Web Reading$0.05
/read

Read any webpage and return clean, structured Markdown or JSON. Handles JavaScript rendering automatically.

urlformat
Visual$0.02
/screenshot

Capture a full-page screenshot of any webpage. Returns PNG, JPEG, or WebP.

urlwidthheightformat
Search$0.1
/search

Search the web and return structured results with optional content extraction.

querynum_resultsinclude_content
Batch$0.04
/batch

Read multiple URLs in a single request with bulk pricing discount.

urlsformatconcurrency
Extraction$0.08
/extract

Extract specific data from a webpage using a custom schema. Tables, lists, and structured content.

urlschemaformat

Integration Examples

Machine-readable configurations for autonomous agents

/.well-known/mcp.json
{
  "name": "tryb",
  "version": "1.0.0",
  "description": "Web reading API for AI agents",
  "tools": [
    {
      "name": "read",
      "description": "Read any webpage, return clean Markdown/JSON",
      "cost": { "amount": 0.05, "currency": "USD" },
      "inputSchema": {
        "type": "object",
        "properties": {
          "url": { "type": "string", "description": "URL to read" },
          "format": { "type": "string", "enum": ["markdown", "json", "html"] }
        },
        "required": ["url"]
      }
    },
    {
      "name": "screenshot",
      "cost": { "amount": 0.02, "currency": "USD" },
      "inputSchema": {
        "type": "object",
        "properties": {
          "url": { "type": "string" },
          "width": { "type": "number", "default": 1280 },
          "height": { "type": "number", "default": 720 }
        },
        "required": ["url"]
      }
    }
  ],
  "payment": {
    "protocol": "x402",
    "network": "lightning",
    "endpoint": "https://api.tryb.dev/v1"
  }
}

Two Ways to Pay

Choose the door that fits your use case

Human Door (Stripe)

Traditional API key authentication with prepaid credits.

  • Buy credits via Stripe ($5 for 100 requests)
  • Get API key (sk_vision_xxx)
  • Dashboard & usage analytics
Agent Door (x402)

Keyless, pay-per-request via Lightning micropayments.

  • No signup or API key required
  • Pay $0.05 per request via Lightning
  • Anonymous & instant settlement

Compatible AI Agents

Works with leading AI agent frameworks

Claude
Anthropic
GPT-4
OpenAI
AutoGPT
Open Source
LangChain
Framework
CrewAI
Multi-Agent
Devin
Cognition
AgentGPT
Browser
Custom
Your Agent
Tryb Logo

Ready to Give Your Agents Vision?

Start reading the web programmatically. No more blind agents.