Integration
geni integration list
List every integration available to your workspace.
geni integration list [flags]Every integration the workspace can use: third-party services (Slack, GitHub, Salesforce), hosted platform services (chat-completion, search-internet), and noAuth public APIs. The starting point for finding the canonical service slug that geni credential connect and geni credential list --service take.
Synopsis
geni integration list # everything
geni integration list --type oauth2 # only OAuth services
geni integration list -q "calendar" # ranked search
geni integration list --json| Flag | Notes |
|---|---|
--type <kind> | oauth2, apiKey, platform, or noAuth. The first two need a connected credential; platform uses $PLATFORM_API_KEY; noAuth needs no auth. |
-q, --query <text> | Server-side hybrid (semantic plus lexical) search over slug, title, and description. Search by capability, not only by name. |
--json | Machine-readable output. Each entry is { service, title, description, credentialType }. |
Output
SERVICE TITLE TYPE
slack Slack oauth2
salesforce Salesforce oauth2
stripe Stripe apiKey
chat-completion AI chat completion platform
rss RSS feeds noAuthTo search operations across every service at once instead of browsing service by service, use geni integration search.