Integrate with systems that don't have APIs.

Run fast, deterministic tasks with built-in observability—so your AI agents and apps fetch the right data and execute the right action, every time.

What you can do

EMR scheduling

Retrieve/book appointments with any healthcare provider using any EMR.

Job Boards

Retrieve open roles from any job board; from Ashby and Lever to custom ones.

Octopus Energy

Retrieve invoices behind authentication.

OpenTable

Book a table at Blacklock City restaurant in London.

Supported by

University of EdinburghBayes CentreData-Driven Innovation
WHY INDICES

Built for production-grade automations

Not just a cool demo. Indices pulls its weight in prod, with observability, sandboxing and speed. No hallucinated success or random failures.

01

Reliable and fast. No hallucinated success. Runs with <1s latency.

02

Platform and simple API. No brittle scrapers, browser fleets, or custom infrastructure to maintain.

03

Secure by default. End-to-end encryption, bank-grade secrets management, and full sandbox isolation to protect your data.

Get started in minutes

Simple, powerful API

# Create a task to book a table
curl -X POST https://api.indices.io/v1/tasks \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "OpenTable booking",
    "description": "Book a table at Blacklock City restaurant in London.",
    "input_schema": {
      "type": "object",
      "properties": {
        "num_people": {
          "type": "integer",
          "description": "The number of people to book the table for"
        },
        "date": {
          "type": "string",
          "description": "The date to book the table for"
        }
        ...
      }
    }
  }'

# Then run it
curl -X POST https://api.indices.io/v1/runs \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "task_id": "generated-task-id",
    "arguments": {
      "num_people": 2,
      "date": "2025-11-15",
      "time": "18:00",
      "name": "John Doe",
      "email": "john.doe@example.com"
    }
  }'

Features

AI-powered reverse engineering

Our platform intelligently learns to generate highly performant, deterministic automations.

Highly observable

Extensive logs and auditing of external side effects. There's no ghosts in this machine :)

Low-latency execution

Perfect for voice agents and synchronous flows.

MCP

Use our MCP server to easily integrate Indices with your AI agents.

Join the waitlist. We're onboarding new teams every week.

Drop your email and we'll reach out fast with a slot.