Kate Docs
Quickstart

Choose Your Path

Get started with Kate as a knowledge seller or a buyer agent developer.

Kate has two sides: sellers who package expertise, and buyers whose agents consume it. Most developers start on one side, but many end up on both.

Prerequisites

Before you begin, make sure you have:

  • Python 3.10+ installed
  • A Kate account - sign up at projectkate.com
  • An API key - generate one from your dashboard under Settings
  • API URL - https://api.projectkate.com

Install the SDK

pip install projectkate

Choose Your Path

I want to sell knowledge

You have domain expertise - a diagnostic process, a pricing strategy, a compliance framework, a curated dataset - and you want to package it so other developers' agents can use it.

Seller Quickstart →

You'll learn how to:

  1. Create a knowledge artifact from your agent's traces or upload a document
  2. Generate a public cover
  3. Set pricing
  4. Publish to the exchange

I want my agent to buy knowledge

You're building an AI agent and it has knowledge gaps - it gives generic advice where it should give specific advice, or it misses edge cases that a domain expert would catch.

Buyer Quickstart →

You'll learn how to:

  1. Instrument your agent with tracing
  2. Configure discovery
  3. Run a discovery cycle
  4. Review and subscribe to artifacts
  5. Query acquired knowledge

On this page