How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Dash0 Manage Agent0 Automations API

The Manage Agent0 Automations API from Dash0 — 2 operation(s) for manage agent0 automations.

Dash0 Manage Agent0 Automations API is one of 18 APIs that Dash0 publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Manage Agent0 Automations. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 2 paths, and defines 65 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 4 base URLs: https://api.eu-west-1.aws.dash0.com, https://api.eu-central-1.aws.dash0.com, https://api.us-west-2.aws.dash0.com, https://api.europe-west4.gcp.dash0.com.

5 operations 2 paths 65 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.eu-west-1.aws.dash0.com
Resource Areas
1

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Manage Agent0 Automations 5
DELETE
/api/agentic-workflows/{originOrId}
Delete an automation by origin or ID
delete_api-agentic-workflows-originorid 2 params → 200403default
GET
/api/agentic-workflows/{originOrId}
Get a specific automation by origin or ID
get_api-agentic-workflows-originorid 2 params → 200default
PUT
/api/agentic-workflows/{originOrId}
Update or create an automation by origin or ID
put_api-agentic-workflows-originorid 2 params body → 200403default
GET
/api/agentic-workflows
List all automations for the organization
get_api-agentic-workflows 2 params → 200default
POST
/api/agentic-workflows
Create a new automation
post_api-agentic-workflows 1 param body → 200403default

Schemas 65

The contract defines 65 schemas that model the data the API accepts and returns. The most detailed are GitHubAgenticWorkflowTriggerSpec (10 properties), AgenticWorkflowAnnotations (9 properties), AgenticWorkflowSpec (9 properties), AgenticWorkflowGuardrails (9 properties). Each schema is shown below with its type and property counts.

AgenticWorkflowToolParameterOverride
object
Key-value pairs merged into tool arguments at invocation time. Keys are parameter names (use dot notation for nested parameters, e.g. "timeframe.from"), values…
AgenticWorkflowParent
object
Establish as a parent-child hierarchy between automations. You will not want to set this explicitly; instead, this is going to be set by the automation engine…
3 properties 3 required
AgenticWorkflowTriggerDelivery
string
How a trigger delivers its event to an agent. An automation is the agent definition; triggers are the pipes into it, and each pipe is configured independently.…
AnyValue
object
AnyValue is used to represent any type of attribute value. AnyValue may contain a primitive value such as a string or integer or it may contain an arbitrary ne…
5 properties
GitHubTriggerVariableName
string
Variables provided by all GitHub-based triggers. - github.action: The GitHub event action (e.g., opened, created, completed). - github.account: The GitHub acco…
AttributeFilterAnyValue
AttributeFilterAnyValue may contain any AnyValue value.
ErrorResponse
object
1 property 1 required
AgenticWorkflowMetadata
object
3 properties 1 required
FailedCheckAgenticWorkflowTrigger
object
3 properties 2 required
GitHubDeploymentStatusAgenticWorkflowTrigger
object
4 properties 2 required
ScheduledAgenticWorkflowTriggerSpec
object
2 properties 1 required
GetAgenticWorkflowsResponse
object
1 property 1 required
AgenticWorkflowSpec
object
9 properties 5 required
AgenticWorkflowAction
string
SlackBotFailedCheckAgenticWorkflowTriggerSpec
object
6 properties
SlackBotMessageAgenticWorkflowTrigger
object
4 properties 2 required
SlackBotMessageAgenticWorkflowTriggerSpec
object
5 properties 1 required
GitHubAgenticWorkflowTriggerSpec
object
10 properties
AttributeFilterStringValue
string
AttributeFilterStringValue may contain a primitive value such as a regex pattern or string.
GitHubIssueCommentAgenticWorkflowTrigger
object
4 properties 2 required
ScheduleTriggerVariableName
string
Variables provided by the schedule trigger. - cron: The cron expression that fired.
Error
object
3 properties 2 required
CrdSource
string
Origin of a Dash0 resource. - ui: created interactively in the Dash0 UI. - terraform: managed via the Dash0 Terraform provider. - operator: managed via the Das…
SlackReactionTriggerVariableName
string
Additional variable provided only by the slackbot.reaction trigger. - slack.reaction.emoji: The emoji name (without colons) that was added as a reaction.
GitHubPullRequestReviewCommentAgenticWorkflowTrigger
object
4 properties 2 required
SlackBotReactionAgenticWorkflowTrigger
object
4 properties 2 required
ManualAgenticWorkflowTrigger
object
3 properties 2 required
AttributeFilterKey
string
The attribute key to be filtered.
AgenticWorkflowTrigger
EmptyAgenticWorkflowTriggerSpec
GitHubCommentAgenticWorkflowTriggerSpec
AttributeFilterOperator
string
The match operation for filtering attributes. Equality Operators - is - equals (attribute exists and has a matching value) - isnot - not equals (attribute exis…
AgenticWorkflowLabels
object
6 properties
AgenticWorkflowAnnotations
object
9 properties
GitHubPullRequestAgenticWorkflowTrigger
object
4 properties 2 required
AgenticWorkflowGuardrails
object
9 properties 1 required
AgenticWorkflowDefinition
object
3 properties 3 required
AgenticWorkflowPermission
object
4 properties 1 required
AgenticWorkflowMcpTool
object
3 properties 3 required
GitHubReleaseAgenticWorkflowTrigger
object
4 properties 2 required
LinearCommentTriggerVariableName
string
Variables provided by the linear.comment trigger. - linear.issue.id: The Linear issue identifier (e.g., ENG-123). - linear.issue.title: Title of the Linear iss…
WebhookAgenticWorkflowTrigger
object
3 properties 2 required
AgenticWorkflowTriggerTask
string
Optional per-trigger task/instruction prompt. When set, it is rendered with the same {{variable.name}} substitution as spec.prompt.user and used as the task tu…
AttributeFilter
object
4 properties 2 required
AgenticWorkflowNotifications
object
Notification channels to notify when an automation run completes, grouped by outcome. Both lists are optional; omit one to skip notifying on that outcome.
3 properties
Dataset
string
Optional dataset to query across. Defaults to whatever is configured to be the default dataset for the organization.
AgenticWorkflowTriggerKind
string
The kind of event that triggers the Agent0 automation. - schedule: Cron-based scheduled trigger. - failedcheck.new: Triggered directly when a new check failure…
FilterCriteria
array
AgenticWorkflowDisplay
object
2 properties 1 required
SlackTriggerVariableName
string
Variables provided by all Slack-based triggers (slackbot.message, slackbot.reaction, slackbot.failedcheck.new). - slack.channel.name: Name of the Slack channel…
Duration
string
LinearCommentAgenticWorkflowTriggerSpec
object
2 properties 1 required
SlackBotFailedCheckAgenticWorkflowTrigger
object
3 properties 2 required
FailedCheckAgenticWorkflowTriggerSpec
object
4 properties
GitHubPullRequestReviewAgenticWorkflowTrigger
object
4 properties 2 required
ScheduledAgenticWorkflowTrigger
object
3 properties 2 required
AgenticWorkflowPrompt
object
1 property 1 required
AgenticWorkflowCreditBudget
object
3 properties 2 required
GitHubDeploymentAgenticWorkflowTrigger
object
4 properties 2 required
AgenticWorkflowConcurrency
object
2 properties 1 required
AgenticWorkflowConcurrencyPolicy
string
The concurrency policy to apply when an automation is triggered while a previous execution is still running. - queue: Queue the new execution and run it after…
LinearCommentAgenticWorkflowTrigger
object
4 properties 2 required
SlackBotReactionAgenticWorkflowTriggerSpec
object
4 properties 1 required
FailedCheckTriggerVariableName
string
Variables provided by the failedcheck.new trigger. - check.id: The ID of the check rule that failed. - check.name: The name of the check rule that failed.
NetworkLevel
string
Controls outbound network access for the sandbox running this thread. - nonetwork: Block all outbound network access. - trustedonly: Allow outbound access only…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

dash0-manage-agent0-automations-api-openapi.yml Raw ↑

Other APIs Dash0 publishes across the network.

Dash0 Edge Collectors API
Dash0 Manage Alerting API
Dash0 Manage Dashboards API
Dash0 Manage Notification Channels API
Dash0 Manage Recording Rules API
Dash0 Manage Sampling Rules API
Dash0 Manage Signal To Metrics (BETA) API
Dash0 Manage SLOs (Private BETA) API
Dash0 Manage Spam Filters API
Dash0 Manage Synthetic Checks API
Dash0 Manage Teams and Members API
Dash0 Manage Time Series Aggregations (Private BETA) API
Where this information came from

This is an independent, third-party profile of Dash0 Manage Agent0 Automations API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.