fabio data-agent add-datasource | yes | Add a data source to the agent (auto-discovers schema from artifact) |
fabio data-agent add-fewshot | yes | Add a few-shot example (question/query pair) to a data source |
fabio data-agent clear-fewshots | yes | Delete all few-shot examples for a data source |
fabio data-agent create | yes | Create a new data agent |
fabio data-agent delete | yes | Delete a data agent |
fabio data-agent delete-element | yes | Delete a stale schema element (only elements no longer in the live schema) |
fabio data-agent describe-element | yes | Set or clear a description on a table or column in a data source |
fabio data-agent evaluate | no | Batch-run a set of questions against a published data agent (evaluation primitive) |
fabio data-agent get-config | no | Get the configuration of a data agent (instructions, data sources, preview runtime) |
fabio data-agent get-definition | no | Get the definition of a data agent (configuration, data sources, etc.) |
fabio data-agent list | no | List data agents in a workspace |
fabio data-agent list-datasources | no | List configured data sources for a data agent |
fabio data-agent list-elements | no | List elements (tables, columns) in a data source with selection state and descriptions |
fabio data-agent list-fewshots | no | List few-shot examples for a data source |
fabio data-agent mcp-url | no | Print the Model Context Protocol (MCP) endpoint URL for consuming a published data agent |
fabio data-agent publish | yes | Publish a data agent (promotes draft configuration to published state) |
fabio data-agent query | no | Query (chat with) a published data agent using natural language |
fabio data-agent remove-datasource | yes | Remove a data source from the agent |
fabio data-agent remove-fewshot | yes | Remove a few-shot example by ID |
fabio data-agent reset | yes | Reset staging (discard all draft changes, revert to published state) |
fabio data-agent select-tables | yes | Select or unselect data-source elements (tables, or ontology/graph entity types) |
fabio data-agent show | no | Show details of a data agent |
fabio data-agent show-datasource | no | Show details of a configured data source |
fabio data-agent show-fewshot | no | Show a specific few-shot example by ID |
fabio data-agent update | yes | Update a data agent (name and/or description) |
fabio data-agent update-config | yes | Update the configuration of a data agent (instructions, preview runtime) |
fabio data-agent update-datasource | yes | Update a data source's metadata (instructions, description) |
fabio data-agent update-definition | yes | Update the definition of a data agent (configure data sources, instructions, etc.) |
fabio data-agent update-fewshot | yes | Update an existing few-shot example (question and/or query) |
fabio data-agent upload-fewshots | yes | Bulk upload few-shot examples from a JSON or CSV file |
fabio data-agent validate-fewshots | no | Validate a data source's few-shot examples with an LLM (duplicates, conflicts, quality) |