Installation

Prerequisites

  • Python or TypeScript
  • An Observee account at observee.ai
  • API keys for your preferred LLM provider

Install the SDK

# Basic installation
pip install auth-mcp

Get Your API Keys

Observee API Key

  1. Visit observee.ai
  2. Sign up or log in
  3. Navigate to API Keys
  4. Create a new API key (starts with obs_)

Environment Setup

Create a .env file:
# Required
OBSERVEE_API_KEY=obs_your_api_key_here

Next Steps