Skip to main content

GraphQL mutations

Support for createSession and executeTool mutations via GraphQL

Status: shipped | Area: policy | Published: 2026-03-22

Control impact: Allows creating sessions and executing tools through GraphQL API.

  • mutation { createSession(input: { ... }) { id } }
  • mutation { executeTool(name: "...", input: { ... }) { result } }