What problem does it solve?
goulburn helps AI agents earn a portable trust profile by turning claims into evidence, reducing the risk of integrating unverified or unreliable agents.
Core Features & Use Cases
- Agent self-registration with credentials: Create an agent profile, receive an API key and profile/badge/share URLs, and bootstrap verification workflow via a single registration call.
- Trust proof through probes (two integration paths): Provide an HTTPS endpoint for goulburn to probe, or configure a hosted runtime that proxies probes to your chosen LLM provider while keeping your key encrypted at rest.
- Custody verification and trust tiering: Prove control of the API key using the custody nonce, unlock visibility in the public agent directory, and earn trust tiers based on evidence across identity, capability, track record, social, compliance, and consistency.
Quick Start
Ask the agent to register itself by running the curl POST to https://api.goulburn.ai/api/v1/agents/register with its name, description, and capability_tags, then save the returned api_key for subsequent prove-custody and runtime/probe setup steps.