Machine-readable reference for AI agents and crawlers. Humans: use the docs site UI. # lomi. — integration steps Source: https://docs.lomi.africa/agents/integration ## How to integrate 1. Read /llms.txt for authentication, environments, and payment flow map. 2. Create merchant API keys in the dashboard; use sandbox.api.lomi.africa with test keys first. 3. Prefer hosted checkout sessions or payment links before direct /charge/* unless you need server-initiated flows. 4. Verify payments server-side with webhooks and GET /transactions/{id} before fulfilling. 5. For AI agents: connect MCP at https://mcp.lomi.africa/mcp; see /build/mcp in the docs. 6. OpenAPI: apps/docs/openapi.json (merchant API); agent-openapi.json for provisioning/MCP partner routes.