OptionalagentID of the agent this action is scoped to (agt_...). null for org-level actions.
OptionalappID of the application this action is associated with (app_...). null when not app-scoped.
Optionalcreated_When this health action was first created (ISO 8601).
Optionaldepends_IDs of other health actions that must reach "completed" status before this action can be started. Empty array when there are no dependencies.
OptionaldescriptionLonger Markdown-formatted explanation of what the action requires and why. null if not provided.
Health action ID (aha_...).
Category of action to take. One of "env_var" (set a secret), "install" (complete an agent installation, e.g. a GitHub App), "custom" (agent-defined step), or "integration" (authorize an OAuth-backed MCP server integration).
Optionallast_When the verifier last ran for this action (ISO 8601). null until the verifier has been invoked at least once.
Optionallast_Human-readable output from the most recent verifier run. null if the verifier has not run yet.
OptionalorgID of the organization this action is associated with (org_...). null when not org-scoped.
OptionalparamsKind-specific structured data used to construct the deep-link for this action. For "env_var" actions includes key and scope; for "install" actions includes installation_kind; for "integration" actions includes mcp_server_ref, and when resolvable also includes provider, integration_id for OAuth handoff, and connection_status ("connected", "disconnected", or "token_expired"). Empty object {} when no additional parameters are needed.
true if this action must be completed before the agent is considered fully operational and counts toward the blocking checklist progress bar.
Display order within the same source group. Lower values appear first.
Lifecycle stage that produced this action. One of "setup" (post-install checklist item) or "health" (probe-detected issue).
Current resolution state. One of "pending" (not yet completed), "completed" (resolved), "skipped" (dismissed by the user), or "degraded" (completed but the verifier is reporting a warning).
Short display label for this action, intended for use as a checklist item heading.
Optionalupdated_When this health action was last modified (ISO 8601).
Optionalverify_Configuration for the action's verifier step. Contains at minimum a type field that indicates which verification affordance to render. Server-internal fields are stripped before this is returned.
A single actionable item in an agent's health or setup checklist, carrying the structured data needed to render the item and deep-link to the resolution flow.