workspaces-use

Installation
SKILL.md

workspaces use

[!NOTE] Requires the airbyte-agent CLI on PATH. Install via brew install airbytehq/tap/airbyte-agent or see the project README.

Persist a default workspace name to ~/.airbyte-agent/settings.json. After running this, any command that takes a workspace parameter and doesn't receive one will fall back to this value (in place of the literal "default").

[!IMPORTANT] Always pass parameters as --json '{...}'. Agents should not use per-parameter flags.

[!NOTE] The command verifies the workspace exists via the API before writing. The canonical-cased name from the API is what gets persisted (so typing production will save Production if that's how it's stored).

Usage

airbyte-agent workspaces use --json '{"name": "Production"}'
Installs
5
First Seen
May 12, 2026
workspaces-use — airbytehq/airbyte-agent-cli