Providers/Brainbase
Brainbase
Our in-house harness — the Kafka SDK, built for orchestration, evals, and production agents.
Models on Brainbase
Kafka is model-agnostic: it runs any platform-billed model and is built to hand work across teams of agents — mix models per agent within one deployment.
Harnesses by Brainbase
Agent runtimes built by this vendor, managed end-to-end on Brainbase.
About
Kafka is Brainbase's own agent runtime — the harness that powers Kafka agents on the platform, designed from the ground up for multi-agent orchestration, versioning, and evals.
It runs any platform model and integrates natively with the rest of Brainbase: shared tools and memory, agent hand-offs, and production observability.
Try it on Brainbase
One API call boots a managed sandbox on the kafka_cloud harness pointed at claude-opus-5. Hosting, scaling, and billing are handled for you.
curl -X POST https://api.brainbaselabs.com/v2/agents \
-H "Authorization: Bearer $BRAINBASE_API_KEY" \
-d '{
"title": "my-agent",
"runtime_kind": "kafka_cloud",
"default_model": "claude-opus-5"
}'