Skip to content

CloMan Documentation

CloMan lets you create AI clones that make decisions the way you would. Query them via API from any application.

from cloman import CloMan

client = CloMan(api_key="cloman_...")
result = client.decide(context="Should we approve this refund?")
print(result.decision)  # "approve"

What is CloMan?

CloMan is a platform for building AI decision clones — personalized AI agents that learn your decision-making patterns and can autonomously handle decisions on your behalf. Each clone is trained through interviews, knowledge bases, and real-world feedback.

The Public API lets you integrate your clones into any application — from customer support systems to approval workflows.

Get Started