Skip to content

License & Evaluation

AgentOS requires a valid license key to operate. Licenses are managed through the Watchtower licensing service by UnicoLab.


Early Access Program โ€” Free Evaluation

Your Opportunity

AgentOS is an innovative AI platform currently in active development. We're inviting early adopters to experience the future of project management โ€” completely free. This is your chance to get hands-on with cutting-edge technology, provide feedback, and help shape the product before general availability.

As an early-stage platform, you may encounter occasional rough edges โ€” but that's also what makes this an incredible opportunity: free access to enterprise-grade AI project intelligence with direct influence on the roadmap.

What You Get

  • โœ… Free evaluation license โ€” full access to the Jean-Pierre PM flavor, no cost
  • โœ… Priority support from the core development team
  • โœ… Direct influence on the product roadmap โ€” your feedback shapes the future
  • โœ… First look at new features, flavours, and capabilities

What We Value

  • ๐Ÿ’ฌ Your feedback โ€” What works? What could be better? What's missing?
  • ๐Ÿ› Bug reports โ€” Help us polish the experience
  • ๐Ÿ’ก Feature ideas โ€” Tell us what would make AgentOS indispensable for you

How to Get Your License

  1. Email info@unicolab.ai with:
    • Your name / organization
    • Your use case (what projects you want to manage)
    • Your platform (macOS / Linux / Windows)
  2. We'll send you a .watchtower.json license file within 24 hours
  3. Place it next to your agentos binary and you're ready to go!

License Setup

Once you receive your .watchtower.json file:

Place the .watchtower.json file in the same directory as your agentos binary:

{
  "url": "https://watchtower.unicolab.io",
  "license_key": "xxxx-xxxx-xxxx-xxxx-xxxx-xxxx",
  "kid": "wt_xxxxxxxxxxxxxxxx",
  "secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  "credential_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "deployment_mode": "floating"
}

Option 2: Environment Variables

export WATCHTOWER_LICENSE_KEY="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"
export WATCHTOWER_KID="wt_xxxxxxxxxxxxxxxx"
export WATCHTOWER_SECRET="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Option 3: Setup Wizard

Run agentos setup and enter your credentials when prompted.


Check License Status

$ agentos license

๐ŸŸข License Status: enterprise (active)
   Seats: 3 / 10
   Expires: 2027-01-01
   Features: all

No Vendor Lock-In

AgentOS gives you full control:

  • Choose your AI model โ€” Use Ollama (free, local), OpenAI, Anthropic, or Gemini. Switch anytime.
  • Customize prompts โ€” Full control over the system prompt and agent behavior
  • Choose your tools โ€” Enable only the integrations you need
  • Own your data โ€” Everything stored locally in standard SQLite. Export anytime.
  • Extensible โ€” The flavor system lets you adapt the agent to any use case

You're never locked into a specific AI provider, model, or workflow. AgentOS is a base engine that you control.


Privacy Notice

License validation communicates only:

  • Your license key (to verify it's valid)
  • App version (to check for updates)
  • Seat count (to enforce seat limits)

No project data, conversations, or personal information is ever transmitted. See our full Security & Privacy page.