# lomi.africa agents

> Payment processing for francophone West Africa: hosted checkout, Mobile Money, cards, payouts, subscriptions, and developer APIs for merchants in Côte d'Ivoire and UEMOA.

Use this file when an agent lands on lomi.africa and needs developer resources.

## Surfaces

- Website: https://lomi.africa
- Developers: https://lomi.africa/developers
- Contact: https://lomi.africa/contact
- Documentation: https://docs.lomi.africa
- Dashboard (API keys): https://dashboard.lomi.africa
- API live: https://api.lomi.africa
- API sandbox: https://sandbox.api.lomi.africa
- OpenAPI: https://lomi.africa/openapi.json
- Agent OpenAPI: https://lomi.africa/agent-openapi.json
- AI catalog: https://lomi.africa/.well-known/ai-catalog.json
- Agent card: https://lomi.africa/.well-known/agent.json
- MCP: https://mcp.lomi.africa/mcp
- MCP server card: https://mcp.lomi.africa/server-card
- OAuth metadata: https://api.lomi.africa/.well-known/oauth-authorization-server
- OIDC discovery: https://api.lomi.africa/.well-known/openid-configuration
- CLI (npm): `npm install -g lomi.cli`
- CLI (Homebrew): `brew install lomiafrica/tap/lomi`
- TypeScript SDK: `npm install @lomi./sdk`
- Python SDK: `pip install lomi-sdk`
- Go SDK: `go get github.com/lomiafrica/lomi./apps/sdks/go`
- ChatGPT app: https://lomi.africa/chatgpt
- Connect MCP: https://lomi.africa/connect
- Smithery: https://smithery.ai/search?q=lomi.africa

## Authentication

- Merchant REST: `X-API-KEY` with `lomi_sk_test_*` (sandbox) or `lomi_sk_live_*` (live). Env var name: `LOMI_SECRET_KEY`.
- MCP: browser OAuth (recommended) or the same merchant key on `x-lomi-api-key`.
- OAuth discovery: https://api.lomi.africa/.well-known/openid-configuration
- MCP resource metadata: https://mcp.lomi.africa/.well-known/oauth-protected-resource/mcp

## Money and retries

- Amounts are integers in minor units. XOF exponent is 0.
- Send `Idempotency-Key` on money-moving POSTs.
- Confirm live Mobile Money via webhooks and `GET /transactions/{id}`.

## Skills index

- https://lomi.africa/.well-known/agent-skills
- https://lomi.africa/skills.sh
