How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Authorizing what an AI agent may do in Apache Camel

calendar_today September 17, 2026 domain apache-camel

Camel can expose a route as a tool an AI agent can call, and it can run the agent that calls it. Camel 4.22 added camel-ai-tool, a way to register a route as a tool once and use it from LangChain4j, Spring AI or OpenAI, and over MCP (see Camel Routes as AI Tools). The agent reads a request, picks the tools it needs and calls them.

open_in_new Read original post