Skip to main content

The API for Agents That Actually Work

Stop wrestling with unreliable automation. Battle-tested, production-ready agents trusted by leading companies. No brittle scripts. No maintenance nightmares. Just natural language that works. Tasks. Purchases. Research. Complex workflows. All in plain English.
What makes AGI different? Our agents understand context, adapt to website changes, and handle edge cases automatically. They work like humans: intelligently, reliably, and at scale.

Production Ready

Battle-tested at scale by leading companies handling millions of tasks

Fast Setup

Get started in minutes. No configuration needed.

Enterprise Security

Security-first architecture with isolated sessions

Built for Scale

Production-ready agents handle everything from simple automation to complex workflows with enterprise-grade reliability.

99.9% Uptime

Enterprise-grade reliability

< 5 Min Setup

From zero to running

Real-Time Monitoring

Watch agents work live

Natural Language

No code required

What Can AGI Do?

From simple automation to complex multi-step workflows. AGI agents handle web navigation, form filling, data extraction, and decision-making—all through natural language.
Pro Tip: Start with simple tasks to understand agent behavior, then scale to complex workflows. Watch agents work in real-time via VNC connections.

E-commerce & Shopping

Price comparison, inventory tracking, deal finding, and automated purchases.

Research & Data Collection

Competitive intelligence, trend monitoring, and data extraction to JSON/CSV.

Travel & Bookings

Flight and hotel comparison, fare monitoring, and automated booking workflows.

Form Automation

Job applications, lead forms, and multi-step registrations with verification.

Sales & Marketing

Lead enrichment, competitor analysis, and prospect list generation.

Custom Workflows

Any web-based task with intelligent navigation, scheduling, and webhooks.

How It Works

Four steps. Zero to running in minutes.
1

Install Package

Install the official package for your language.
npm install agi
2

Create a Session

Launch a new browser session. Each session runs in complete isolation.
import { AGIClient } from 'agi';
const client = new AGIClient({ apiKey: 'your_api_key' });
Open the vnc_url to watch your agent work in real-time!
3

Send Instructions

Give the agent instructions in plain English. No scripting required.
const session = await client.createSession('agi-0');
const result = await session.runTask(
    'Find the cheapest iPhone 15 Pro on Amazon, Best Buy, and Apple Store'
);
await session.delete();
4

Get Results

Get structured data. Stream events in real-time or poll at your own pace.
// Results are automatically returned
console.log(result);  // JSON string or parsed object

Why Developers Choose AGI

Built by developers, for developers. AGI API has processed millions of tasks for leading companies. Clean APIs, comprehensive docs, world-class support.

Natural Language

Tell agents what you need in plain English. No scripting required.

Real-Time Monitoring

Watch agents work live through VNC connections.

Persistent Sessions

Maintain login state and context across tasks.

Event Streaming

Real-time updates via Server-Sent Events (SSE).

Production Ready

Enterprise-grade reliability with automatic error recovery.

Developer First

Clean APIs, comprehensive docs, world-class support.

See It In Action

Complete example: compare prices across multiple retailers.
import { AGIClient } from 'agi';

const client = new AGIClient({ apiKey: 'your_api_key' });

// Create session and run task
const session = await client.createSession('agi-0');
try {
    const result = await session.runTask(
        'Compare Sony WH-1000XM5 prices on Amazon, Best Buy, and Target. Return as JSON.'
    );
    console.log('Results:', result);
} finally {
    await session.delete();
}

Real-World Use Cases

Production-ready patterns for common use cases.
const session = await client.createSession('agi-0-fast');
const result = await session.runTask(`
    Check prices for [product] on:
    - competitor1.com
    - competitor2.com
    - competitor3.com
    
    Return comparison table with prices and availability.
`);
await session.delete();

Security

Security built into every layer. Isolated sessions, real-time monitoring, automatic abuse prevention.
All agent activities are monitored. The system screens for malicious intent before executing commands.

Rate Limiting

Automatic throttling prevents abuse

Secure Payments

Support for 1-time-use payment tokens

Activity Monitoring

Real-time screening for malicious behavior

Data Privacy

Isolated sessions with automatic cleanup

Ready to Build?


Built by AGI, Inc. - Redefining human-AI interaction to bring AGI into everyday life.