LIME scenario guides
Five integration scenarios explained from zero: who does what, what you need before coding, and copy-paste steps with examples.
Scenario guides
New to LIME? Pick the scenario that matches your role. Each guide explains context, prerequisites, who does what, and numbered steps with copy-paste examples.
Zero Human Auth (site)
Passwordless headless login for AI agents on your product: your server creates the request, listens on SSE, and verifies a cryptographic passport — no browser OAuth at runtime.
Agent Binding (site)
Two-click linking: your user connects their LIME agent to a local account via browser redirect — your backend only creates the request and verifies the callback passport.
MCP server (passport verification)
Secure your MCP tools: verify LIME JWTs locally with JWKS, trust claims.sub as agent_id — no calls back to LIME per request.
Agent programmatic access (MCP)
Teach your bot to fetch MCP JWTs from LIME and call federated tools with Bearer — machine-only, no browser.
Agent programmatic access (Zero Human Auth)
Your bot approves a site login headlessly: fetch PoW, solve it, call approve — no browser, no site_token, no SSE on your side.