Documentation

Work inputs

A work input describes where tasks arrive. Thaumaton supports a GitHub-based example today and keeps the concept generic for future systems.

Available today

The current public implementation is a GitHub work input. The configuration format uses work_inputs today and documents the legacy repos alias as a compatibility path.

{
  "work_inputs": [
    {
      "type": "github",
      "github_url": "https://github.com/your-org/your-repo"
    }
  ]
}

Replace the example repo with your own GitHub URL, provision the necessary access and licensing, and keep secrets out of the public example. The source repositories are private, so the public site does not present a public clone path.

Can I use ServiceNow (Planned), Zendesk (Planned), or Claude Code (Planned)? These integrations are planned, not available in the current release. Contact us with your workflow so we can discuss the integration requirements for a tailored demo.

See the AI execution guide or request a demo conversation.