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.
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.
| Flag | Type | Effect |
|---|---|---|
--field | NAME=value (repeatable) | Credential form values for the verify probe. |
crewship connector install <id>
Install the connector as an integration. Workspace scope by default; --crew installs at crew scope.
| Flag | Type | Effect |
|---|---|---|
--field | NAME=value (repeatable) | Credential form values. |
--crew | string | Crew slug or id — install at crew scope. |
--name | string | User-facing label (default: connector name). |
next_step + oauth_url — finish those in a browser; the CLI prints the URL.
See also
crewship integration— manage installed integrations and bindings.crewship recipe— install a whole crew template in one shot.