Skip to main content
Prebuilt Operator instances come with integration skills pre-installed. Integrations have two parts: a skill that knows how to talk to the service, and a secret in Environment that authorizes access. Both are required.
An agent with the right skill but no secret still cannot use the integration. Add the matching secret in Environment and grant it to the instance.

Setup

Store the secret

Open Environment and add the required credential.

Set access scope

Make it global (all instances) or grant it to a specific instance.

Use a prebuilt instance

Prebuilt instances come with integration skills pre-installed. Or install the matching skill manually.

Test with a real task

Ask the agent to do something that uses the integration.

Available integrations

GitHub

Repos, files, PRs, issues, Actions

Privy

Agentic wallets and wallet policies

Resend

Transactional and operational email

PostgreSQL

Query, inspect, and update data

Vercel

Deploy repos and inspect deployments

X (Twitter)

Post, delete, interact with X workflows

Twilio

SMS messages and messaging flows

Cloudflare

DNS management and nameservers

Google Workspace

Gmail, Drive, Docs, Calendar, Sheets

Polymarket

Prediction market data and analysis

Replicate

Hosted AI model inference

fal.ai

Generative media models
Need a service not listed? Add your own by combining secrets with a custom skill. The Operator agent can help you write one.

How integrations feed agents

Integrations provide the data and actions that agents operate on.
Agent typeIntegrationWhat it provides
AQI predictorWeather API (custom)Forecasts, historical readings, satellite data
Fraud detectorPayment API (custom)Transaction stream, chargeback data for scoring
Code reviewerGitHubPR diffs, file contents, CI results
Compound screenerDatabase (custom)Molecular databases, assay results
Trend predictorGitHub + social APIsStar counts, commit velocity, social mentions
For agents that track predictions over time, integrations are also how ground truth gets collected. The same weather API that provides forecasts also provides actual readings when predictions need scoring.

Prebuilt vs. blank

PrebuiltBlank
Integration skillsPre-installedYou install manually
Managed promptIncludedNot included
Secret requirementStill neededStill needed
In both cases, the matching secrets must exist and be accessible before the integration works. Skills and secrets are separate concerns.

Environment

Secret storage and access control

Agents

How integrations connect to the agent lifecycle

Instances

Prebuilt vs. blank

API

Drive integrations programmatically