Sync Claude Code Usage to Agent Control Tower

Register Claude Code as a governed agent in Boomi Agent Control Tower and keep its record current from Anthropic's own API. One Boomi Integration process self-registers the provider account, agent, model set and monitoring alias on first run, then refreshes a usage summary onto the agent record: developers, sessions, lines accepted, commits, pull requests, and cost per model. The pattern generalizes to any third-party AI service with a usage API — the registry is reachable over GraphQL.

Solution Details

Difficulty Level
ADVANCED
Solution Type
Recipe
Author
Boomi
Published on
Aug 7, 2026
Last updated on
Aug 7, 2026

Get Started

Get Started

How it works


This article is part of the Boomi Marketplace program, which provides pre-built integration solutions you can install directly into your Boomi account.

Boomi Agent Control Tower governs the AI agents you build. But most organizations are already running AI agents they didn't build — and the most widely deployed one is sitting in every developer's terminal. Claude Code is used daily across engineering teams, consuming tokens and generating code, with no record of it in the platform where the rest of your AI estate is governed.

This recipe closes that gap. This Boomi Integration workflow, scheduled at whatever cadence you choose, registers Claude Code as a governed agent in Agent Control Tower, then keeps its record current from Anthropic's own API. On its first run it creates the whole object graph — provider account, agent, model set, monitoring alias. On every run after that it refreshes a usage summary onto the agent's version record: how many developers used it, how many sessions, how much code was accepted, how many commits and pull requests it produced, and what it cost, broken down per model.

The transferable pattern matters more than the specific example. Agent Control Tower's registry is reachable over GraphQL, which means any third-party AI service with a usage API can be registered and governed the same way. Claude Code is the worked example; the shape of the solution is a template for bringing purchased AI into the same governance plane as the AI you build.

Applications Required

Related Solutions