All systems operational

Universal Web Operation Layer

A single API to accomplish any task on the web through natural language. Send a prompt, get results.

Quick Start
# Send any web task in natural language
curl -X POST https://fetch.tinyapp.chat/v1/fetch \
  -H "X-API-Key: your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Get the current weather in San Francisco"
  }'

# Response
{
  "success": true,
  "response": "Currently 68°F and sunny in San Francisco",
  "app": "weather",
  "data": { ... }
}

Why TinyFish Fetch?

🧠

Natural Language Interface

Just describe what you want to do. No need to learn different APIs or read documentation.

🔌

One API, Many Services

Connect to Slack, GitHub, Gmail, and dozens more services through a single endpoint.

🔐

Secure by Default

OAuth2 integration, encrypted credentials, and audit logging built-in.

Streaming Support

Real-time updates via Server-Sent Events for long-running operations.

📊

Built-in Analytics

Usage tracking, rate limiting, and Prometheus metrics out of the box.

🛡️

Enterprise Ready

Idempotency keys, distributed tracing, and graceful shutdown support.

Example Prompts

📧 "Send an email to john@example.com" 💬 "Post to #general on Slack" 🔔 "Get my GitHub notifications" 📅 "Create a calendar event for tomorrow" 🌤️ "What's the weather in Tokyo?" 💰 "Get Bitcoin price" 📝 "Create a Notion page" 🔍 "Search for Python tutorials"