{"version":"1.0","description":"AgentWeb shorthand format — a token-efficient agent-native representation of a business. Single-letter keys for the most common fields. ~5x smaller than the full JSON shape, ~80% fewer tokens for an LLM to parse.","fields":{"id":"Stable AgentWeb business ID (UUID)","n":"Name (string)","c":"Category (string)","a":"Address as 'street,city,country' (string)","g":"Geo as [lat, lng] (array of 2 floats, 5 decimal precision)","p":"Primary phone in E.164 format (string)","e":"Primary email (string)","w":"Website URL (string)","h":"Opening hours, compact: '1-5:0700-1800;6:0800-1400;7:0' (1=Mon..7=Sun, '0'=closed)","now":"Whether the business is open right now, best-effort (boolean)","s":"Social handles as {code: handle}. See social_codes for the 2-letter code table.","x":"Available action verbs as 1-letter codes (array)","t":"Trust score 0-1 (float)","src":"Provenance — owner, jsonld, osm, claim, scraper (string)","v":"Last verified timestamp (ISO 8601)","cs":"Claim status — 'o' (owner_verified), 'c' (claimed). Omitted = unclaimed."},"social_codes":{"tw":"twitter (also maps from 'x')","fb":"facebook","ig":"instagram","li":"linkedin","yt":"youtube","tk":"tiktok","gh":"github","md":"mastodon","th":"threads","bs":"bluesky","wa":"whatsapp","tg":"telegram","pt":"pinterest","rd":"reddit","sc":"snapchat","vm":"vimeo","dc":"discord"},"action_codes":{"c":"call (use phone)","e":"email (use email)","w":"website (use website)","b":"book (POST /v1/r/{id}/book)","m":"menu (GET /v1/r/{id}/menu)","s":"subscribe (POST /v1/r/{id}/subscribe)","ct":"contact (POST /v1/r/{id}/contact)"},"endpoints":{"GET /v1/r/{id}":"Full agent-native record (use ?format=short for compact)","GET /v1/r/{id}/agent.json":"Compact shorthand (always) — the canonical agent.json","GET /r/{id}":"Human-readable HTML profile page","GET /v1/biz/{id}":"Legacy alias — same as /v1/r/{id}"},"principles":["Reads are free and public. No API key required.","Sub-50ms global latency via edge cache.","Per-field provenance and confidence on every response.","Verbs are first-class — every readable noun has callable actions."]}