Operators on Landlock can integrate their public profile, deal flow, well status, and active offers directly into their IPM/CRM (Quorum, P2, OGsys, Enertia, custom). One API key. No SDK required. cURL-friendly.
During the open beta, any operator on the Leaderboard can issue an API key directly. Production gates this behind admin verification + Cloudflare Access.
Returns operator metadata, last 50 deals, all wells, and active offers — same data the public Leaderboard sees.
All v1 endpoints require an Authorization: Bearer <your_api_key> header. Keys are SHA-256 hashed in storage and shown once on issuance — store securely.
/api/v1/operator/meReturns the calling operator's full public profile, recent deals, wells, and active offers.
Authorization: Bearer lmop_…{ ok, operator, recent_deals[], wells[], active_offers[], rate_limit }For owner-facing tools and aggregators, the entire database is exposed read-only without auth.
/api/leaderboard — operator FDS rankings + tier distribution/api/operators — all operator metadata/api/operators/:id — operator + deals + wells/api/tracts / /api/tracts/:id/api/wells?operator=ID&tract=ID/api/comps?basin=Permian&days=90/api/coalitions / /api/coalitions/:id/api/well-history?api=42-329-44188/api/cron — daily ingestion run history/api/signup — owner/operator signups/api/tracts/submit — owner submits a tract for review/api/coalitions/join — join an existing coalition/api/coach — AI Negotiation Coach (Llama 3.3 70B via Workers AI)/api/auth/magic-link — owner loginDuring public beta: unmetered. Production limits will be enforced per-key (proposed: 1,000 req/hr per operator key, 100/hr unauthenticated). Returns X-RateLimit-Remaining headers.
Subscribe to events: offer.received, offer.countered, lease.signed, well.production_change, fds.recalculated. POST your webhook URL to /api/v1/operator/webhooks (TODO).
Inspect the live database schema and every record at /tracts. Email dev@landmanx.ai for production access, custom rate limits, or webhook integration.