Integration
geni integration list
List all integrations available to the operator's organization.
geni integration list [flags]Lists every integration available to the operator's org, third-party services (Slack, GitHub, Salesforce), platform services (chat-completion, image-search), and noAuth services (RSS, public APIs). Use this to discover the canonical service slug to pass to geni credential list --service <slug> and to geni integration operations <slug>.
Synopsis
geni integration list # all
geni integration list --type oauth2 # only OAuth services
geni integration list -q "calendar" # search
geni integration list --json| Flag | Notes |
|---|---|
--type <kind> | Filter by credential type: oauth2, apiKey, platform, noAuth. |
-q, --query <text> | Ranked search across service slug, title, and description. |
--json | Machine-readable output. Includes secretSchema for apiKey services. |
Output (default)
SERVICE TITLE TYPE VISIBILITY
slack Slack oauth2 public
slackbot Slack Bot oauth2 public
salesforce Salesforce oauth2 public
stripe Stripe apiKey public
chat-completion AI chat completion platform public
rss RSS feeds noAuth public
…Exit codes
| Code | Meaning |
|---|---|
0 | Returned |
78 | Runner session missing or expired |
125 | Network or server error |