create_dataset
Create a new empty dataset on Autario, alongside the public catalog (World Bank, FRED, Eurostat, OECD, SEC) but private to you unless you set is_public. Returns a dataset_id you can populate with write_rows, then query with query_dataset and chart with create_chart_from_spec. SEARCH FIRST: only create a dataset if search_datasets / list_indicators shows the data does not already exist on Autario. Requires AUTARIO_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Dataset title (e.g. "Global CO2 Emissions by Country") | |
| category | No | Category for the dataset (e.g. "Finance & Economics", "Health & Society", "Environment") | |
| is_public | No | Whether the dataset is publicly visible (default false) | |
| description | No | Description of the dataset contents, source, and methodology |