Skip to main content
  1. Sign up — Create an account at platform.respan.ai
  2. Create an API key — Generate one on the API keys page
  3. Add credits or a provider key — Add credits on the Credits page or connect your own provider key on the Integrations page
Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.
{
  "mcpServers": {
    "respan-docs": {
      "url": "https://docs.respan.ai/mcp"
    }
  }
}
1

Create your PostHog account

Go to PostHog and create an account. Go to your PostHog project settings and get your PostHog API key and host.
2

Add 1 parameter to your request body

{
// other parameters
"posthog_integration": {
        "posthog_api_key":"USER_POSTHOG_API_KEY",
        "posthog_base_url":"USER_POSTHOG_ENDPOINT" // usually https://eu.posthog.com or https://us.posthog.com
    }
}

3

Use Respan template to create a dashboard

You can use the official Respan template in PostHog to create a dashboard to monitor your LLM performance.