SesApp Access Sheets

Housing access sheets behind revocable guest links.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Housing access sheets behind revocable guest links. x402 on Base.

    Server tool list (15)

    Raw names from tools/list. Only developers need these.

    subscribeSubscribe or renew. plan=agent (15 USDC, 20 sheets), fleet (79 USDC, 200), platform (250 USDC, fair-use). Send PAYMENT-SIGNATURE (x402 v2). Returns a Bearer JWT.
    statusCurrent agent plan, expiry, fichesCount, maxFiches, overageUsdc. Requires Authorization: Bearer.
    geocodeResolve a postal address to formattedAddress + lat/lon for create_fiche (cover map and 150 m WiFi geofence). Optional country ISO2. Requires Bearer.
    list_fichesList access sheets owned by the authenticated agent. Requires Authorization: Bearer.
    create_ficheCreate an access sheet. Write the guest flip-book in `instructions` (Markdown; guest language, usually French). Cover (map/name/address/accessCode) is auto. Pages: --- . Photos: ![alt](https://...). Intents: [Add WiFi](sesapp:wifi) or [Ajouter le WiFi](sesapp:wifi) + wifiName/wifiPassword; [Add contact](sesapp:contact) or [Ajouter le contact](sesapp:contact) + phoneNumber. Never put wifiPassword in Markdown (150 m GPS). Optional `locale` fr|en for guest chrome. Playbook: GET /llms.txt. Requires Bearer. Beyond quota, retry with PAYMENT-SIGNATURE (0.50 USDC on Agent, 0.25 on Fleet).
    get_ficheGet one owned access sheet by id (same fields as list_fiches). Requires Bearer.
    update_ficheUpdate an owned access sheet. Same fields as create_fiche. Typical: update instructions with photos/links. Requires Bearer.
    delete_ficheDelete an owned access sheet and its share links. Requires Bearer.
    share_ficheCreate a revocable guest link. Optional expiresAt (ISO). WiFi password is never in Markdown: guests unlock it within 150 m of lat/lon. Requires Bearer.
    list_sharesList guest links for a fiche (token, url, expiresAt, viewCount, createdAt). Requires Bearer.
    revoke_shareRevoke a guest share token. Optional delayDays (1–365) keeps the link until then (soft revoke). Requires Bearer.
    register_webhookFleet/Platform only. Register an HTTPS endpoint. Events: fiche.viewed, share.created, share.revoked, wifi.unlocked, quota.warning. HMAC SHA-256 in X-SesApp-Signature (t=unix,v1=hex of timestamp.body). Secret returned once. Max 5 endpoints. Requires Bearer.
    list_webhooksList webhook endpoints (secret is never returned). Fleet/Platform. Requires Bearer.
    update_webhookUpdate url, events, or active. Fleet/Platform. Requires Bearer.
    delete_webhookDelete a webhook endpoint. Fleet/Platform. Requires Bearer.