Developer & Admin Portal
Manage your Stellar settlement oracle credentials, webhooks, and live queries.
Your Secret API Keys
Authenticate requests by passing x-api-key: lf_live_... or Authorization: Bearer lf_live_...
Copy your new secret key now. For security, it will never be displayed again:
lf_live_...
| Name | Prefix | Rate Limit | Created | Status | Action |
|---|---|---|---|---|---|
| Loading API keys… | |||||
Quickstart: Make your first call in 2 minutes
Integrate Landfall's zero-trust anchor settlement verification into any wallet or backend.
cURL
JavaScript / TypeScript
Python
curl -X GET "https://landfall-chi.vercel.app/api/v1/anchors/cowrie.exchange/health-check" \ -H "x-api-key: YOUR_API_KEY"
Interactive API Explorer
Test live queries and inspect raw response payloads directly from your browser.
// Click "Execute Request" to test endpoint live
Real-Time Event Webhooks
Receive HTTP POST payloads when an anchor goes dark or when refund rates spike.
Register HTTPS Webhook
| Target URL | Events | Status | Created | Action |
|---|---|---|---|---|
| No webhooks configured yet. | ||||
Model Context Protocol (MCP) Tools for AI Agents
Connect Landfall to Claude Desktop, Cursor, or AI Copilots to query Stellar settlement data via natural language.
claude_desktop_config.json
{
"mcpServers": {
"landfall": {
"command": "npx",
"args": ["-y", "@landfall/mcp-server"],
"env": {
"LANDFALL_API_KEY": "YOUR_API_KEY"
}
}
}
}
Super Admin Ops Center
Manage tracked domains, database health, and inspect raw ledger events.
Add Tracked Anchor Domain
Loading tracked domains…
Database Health
Loading database stats…