Skip to main content

Connector

Connectors are manifest-driven integrations from the built-in catalogue (internal/connectors). Distinct from the Composio subtree (crewship integration composio …) — these are Crewship’s own connector manifests.

crewship connector list

List the catalogue: id, name, category, auth mode, and description.

crewship connector get <id>

Show one connector’s full manifest (fields, verify probe, install shape).

crewship connector verify <id>

Probe credentials against the provider without persisting them. Exits non-zero when the provider rejects the credentials, so it drops straight into shell conditionals.
Field names come from the connector manifest. Slack currently requires bot_token and team_id; values passed to verify are not persisted.

crewship connector install <id>

Install the connector as an integration. Workspace scope by default; --crew installs at crew scope.
OAuth-mode connectors return a next_step + oauth_url — finish those in a browser; the CLI prints the URL.

See also