Skip to main content
Connect any service by adding a secret and installing a skill

Overview

Operator can integrate with any service that has an API. You provide the credentials as a secret, then describe what you want the integration to do in a new chat. Operator will create and install a skill on your instance that teaches your agent how to use the service.

Setup Guide

Three steps to connect any service.

1. Add a secret

Go to Environment and create a new secret with your API key or token from the service you want to integrate.
  • Name: Use a descriptive name, e.g. NOTION_API_KEY, SLACK_BOT_TOKEN, AIRTABLE_TOKEN
  • Value: Paste the API key or token from the service

2. Start a new chat

Open a new conversation with Operator: Press N to start a new chat, or go to operator.io/chat

3. Ask Operator to install a skill

Describe what the integration should do, including what service it connects to, which API endpoints to use, and what functionality you want. Operator will create and deploy a skill to your instance. Example prompts:
“Install a Notion skill on my instance that can read and update my workspace pages”
“Add a Slack integration that can post messages and read channels”
“Set up an Airtable skill to query and update records in my base”