create_workspace
Create a new workspace by specifying name, description, RAG settings, selected tools, prompts, and data sources for an ATLAS instance.
Instructions
Create a workspace.
The selection fields are exactly what ATLAS restores when the workspace is applied; unknown keys are rejected by the API, so use these arguments rather than a free-form config blob.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name. | |
| description | No | Optional one-liner. | |
| rag_enabled | No | Whether RAG is on in this workspace. | |
| selected_tools | No | Tool identifiers, e.g. "basic_fns_bash". | |
| selected_prompts | No | Prompt-library entries to include. | |
| active_prompt_key | No | Key of the system prompt to activate. | |
| selected_data_sources | No | RAG data source ids. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||