workspaces-use
Installation
SKILL.md
workspaces use
[!NOTE] Requires the
airbyte-agentCLI onPATH. Install viabrew install airbytehq/tap/airbyte-agentor 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
productionwill saveProductionif that's how it's stored).
Usage
airbyte-agent workspaces use --json '{"name": "Production"}'