leep API

Build on leep.
Your team intelligence, programmable.

The leep API gives you full programmatic access to your organisation's intelligence data — create check-ins, retrieve insights, and integrate leep into your existing workflows.

Quick start
# 1. Exchange credentials for an access token
curl -X POST https://api.leep.works/oauth/token \
  -H "Content-Type: application/json" \
  -d '{
    "grant_type": "client_credentials",
    "client_id": "lp_live_...",
    "client_secret": "sk_..."
  }'

# 2. Use the token to call the API
curl https://api.leep.works/api/leeps \
  -H "Authorization: Bearer <access_token>"

What you can build

Intelligence requests

Create and manage leeps — programmatic intelligence requests that collect structured feedback from your teams on any topic.

Team management

Manage teams and members, assign recipients to check-ins, and retrieve team-level response data.

Insights & analytics

Access AI-generated insights from check-in responses, including sentiment signals, themes, and actionable recommendations.

Check-in instances

Track individual check-in deliveries, response rates, and manage the lifecycle of each collection period.