iiRecord
Agentic AI Atlas · Manual/API Dispatch Pipeline
definition:ci-pipeline-dispatcha5c.ai
II.
Definition JSON

definition:ci-pipeline-dispatch

Structured · live

Manual/API Dispatch Pipeline json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/cicd/cicd-concepts.yamlCluster · domain
Record JSON
{
  "id": "definition:ci-pipeline-dispatch",
  "_kind": "Definition",
  "_file": "domain/cicd/cicd-concepts.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Manual/API Dispatch Pipeline",
    "authoredAt": "2026-05-10T00:00:00Z",
    "termId": "term:cicd",
    "text": "A CI pipeline triggered by manual button press (workflow_dispatch)\nor programmatic API call (repository_dispatch). Enables on-demand\ndeployments, agent-triggered workflows, cross-repo orchestration,\nand ad-hoc maintenance tasks. Dispatch inputs allow parameterisation\n— callers specify environment, version, feature flags, or custom\npayloads. This trigger type is essential for agent-to-CI integration\npatterns where an AI agent creates a PR and then triggers the\ndeployment pipeline via API.\n",
    "status": "canonical"
  },
  "outgoingEdges": [
    {
      "from": "definition:ci-pipeline-dispatch",
      "to": "term:cicd",
      "kind": "defines"
    },
    {
      "from": "definition:ci-pipeline-dispatch",
      "to": "domain:devops",
      "kind": "applies_to"
    },
    {
      "from": "definition:ci-pipeline-dispatch",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    },
    {
      "from": "definition:ci-pipeline-dispatch",
      "to": "tool:github-actions",
      "kind": "supports"
    },
    {
      "from": "definition:ci-pipeline-dispatch",
      "to": "tool:gitlab-ci",
      "kind": "supports"
    },
    {
      "from": "definition:ci-pipeline-dispatch",
      "to": "skill-area:ci-cd",
      "kind": "supports"
    }
  ],
  "incomingEdges": []
}