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 projectkateChoose 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.
You'll learn how to:
- Create a knowledge artifact from your agent's traces or upload a document
- Generate a public cover
- Set pricing
- 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.
You'll learn how to:
- Instrument your agent with tracing
- Configure discovery
- Run a discovery cycle
- Review and subscribe to artifacts
- Query acquired knowledge