# SesApp > Fiche d'accès pour un logement : digicode, WiFi, parking et consignes d'arrivée, dans un lien révocable. Pour hôtes, gîtes, conciergeries — et agents (API / MCP). ## Pages - [Accueil](https://sesapp.fr/): Créer une fiche d'accès - [Check-in autonome](https://sesapp.fr/check-in-autonome) - [Code WiFi invités](https://sesapp.fr/code-wifi-invites) - [Code digicode](https://sesapp.fr/code-digicode-immeuble) - [Blog](https://sesapp.fr/blog) - [Agents (GEO / x402)](https://sesapp.fr/agents) - [Contact](https://sesapp.fr/contact) ## Agent API (x402, Base USDC) Les agents créent des fiches et gèrent les liens d'accès via un abonnement x402. Identité = wallet. Après règlement, un JWT Bearer. Sans `PAYMENT-SIGNATURE`, `POST /api/agent/subscribe` répond **402** avec l'en-tête `PAYMENT-REQUIRED` (x402 v2). | SKU | USDC / 30 j | Fiches | Extra | Endpoint | | Agent | 15 | 20 | 0.50 USDC / fiche | POST /api/agent/subscribe | | Fleet | 79 | 200 | 0.25 USDC / fiche | POST /api/agent/subscribe?plan=fleet | | Platform | 250 | fair-use | — | POST /api/agent/subscribe?plan=platform | Montants atomiques (6 decimals) : Agent `15000000`, Fleet `79000000`, Platform `250000000`, overage Agent `500000`, Fleet `250000`. Réseau `eip155:8453`, USDC `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`. - [OpenAPI 3.1](https://sesapp.fr/openapi.json) (`/.well-known/openapi.json`) - [MCP server card](https://sesapp.fr/mcp/server-card) — Streamable HTTP `POST https://sesapp.fr/mcp` (`/.well-known/mcp.json`) - GET/POST https://sesapp.fr/api/agent/fiches — `Authorization: Bearer` (402 overage si quota) - PATCH/DELETE https://sesapp.fr/api/agent/fiches/{id} - POST https://sesapp.fr/api/agent/fiches/{id}/share — lien invité révocable - DELETE https://sesapp.fr/api/agent/share/{token}