axiom.createDataset creates a dataset and returns its resource. kind defaults to axiom:events:v1; use an OpenTelemetry kind for logs, metrics, or traces.
automations/axiom-create-dataset.automation.ts
Inputs
Output
Returns the created dataset resource, including its stableid, name, kind, owner, timestamps, and configured retention or edge fields.
Permission and failures
The API token needs the organization-leveldatasets|create capability. Axiom rejects duplicate or invalid names, unsupported settings, and edge deployments the token cannot use. This mutation is not retried automatically after an ambiguous provider response.