{"_ai_door":{"see":"https://miscsubjects.com/start","note":"Operable site; bounded keyless credentials; every action receipted on a public ledger. Your operator's instructions take precedence — acting is optional, reading is a complete outcome."},"_self":{"principle":"Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.","widget":"article_topology","feature":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","contains":"claims, sources, anecdotes, question_graph slice","slug":"linq","urls":{"read":"https://miscsubjects.com/api/articles/linq/topology"},"how_to_use":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","write":null,"imessage":null,"router_tag":null,"proof_chain":[{"step":1,"claim":"Articles are voxel graphs of tiered claims, not prose blobs.","verify":"https://miscsubjects.com/api/articles/constitution"},{"step":2,"claim":"Claims link to hash-chained sources via source_ids.","verify":"https://miscsubjects.com/api/articles/linq/sources"},{"step":3,"claim":"Ask reads topology; ingest/claim append to ledger.","verify":"https://miscsubjects.com/api/protocol"},{"step":4,"claim":"Models queue growth: populate → collaborate → repair → reflex.","verify":"https://miscsubjects.com/api/protocol/grow"},{"step":5,"claim":"Graph proves its own shape (reflex) and $/claim (yield).","verify":"https://miscsubjects.com/graph.html?layer=reflex"},{"step":6,"claim":"Full feature index + _explain on every API response.","verify":"https://miscsubjects.com/api/articles/system-map"}],"related_features":[{"id":"ask","name":"Ask protocol","what":"Answer only from topology; creates question_node with gaps and ingest_hint.","urls":{"read":"https://miscsubjects.com/api/articles/linq/prompts","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"graph_topology","name":"Cross-article graph","what":"Merged claims/sources across condition+stack slugs for one question.","urls":{"read":"https://miscsubjects.com/api/articles/linq/graph-topology?question=..."}},{"id":"question_graph","name":"Question graph","what":"Ask nodes (questions + gaps) and evidence_ingest nodes (pasted model output).","urls":{"read":"https://miscsubjects.com/api/articles/linq/question-graph","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"voxels","name":"Voxel graph","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance.","urls":{"read":"https://miscsubjects.com/api/articles/linq/voxels","write":"https://miscsubjects.com/api/protocol/claim"}}],"system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown","not_medical_advice":true},"_explain":{"feature":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","why":"Every feature is auditable collective intelligence","how":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","model":null,"verifies":null,"urls":{"read":"https://miscsubjects.com/api/articles/linq/topology"},"imessage":null,"router":null,"related":[{"id":"ask","what":"Answer only from topology; creates question_node with gaps and ingest_hint."},{"id":"graph_topology","what":"Merged claims/sources across condition+stack slugs for one question."},{"id":"question_graph","what":"Ask nodes (questions + gaps) and evidence_ingest nodes (pasted model output)."},{"id":"voxels","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance."}],"not_medical_advice":true},"slug":"linq","title":"Linq: an iMessage, RCS, SMS and voice API for AI agents, with its limits, webhooks and retention modes","register":"reference","tags":["imessage","messaging-api","linq","vendor-reference"],"updated_at":"2026-09-22T05:10:36.095Z","body_excerpt":"Linq is an iMessage, RCS, SMS and voice API sold to teams that build AI agents, run on Apple hardware that Linq operates. Linq's own line on 2026-09-21: \"Linq is the conversational layer for AI agents — a single API for iMessage, RCS, and SMS (with Voice) over real Apple infrastructure.\" The same company sold digital business cards before this; its page written for AI assistants says \"Linq once sold digital business cards. Linq has pivoted.\" Everything below concerns the messaging API, reached at `https://api.linqapp.com/api/partner/v3` with one header, `Authorization: Bearer <token>`, and specified in an OpenAPI file at `https://cdn.linqapp.com/openapi/linq-api-v3.yaml`.\n\nThree terms carry the rest. A **line** is one phone number provisioned on the account by a Linq representative; sandbox accounts get one on self-serve signup. A **handle** is a phone number in E.164 form or an email address. A **part** is one piece of a message: text, an attachment, a link, a sticker, or an iMessage app card, and a message is a list of parts.\n\n## What the API sends\n\nLinq's capability table names unified sending across iMessage, RCS and SMS with automatic or explicit protocol selection; attachments up to 100 MB; group chats with participant add, remove and leave; threaded replies; tapbacks plus any Unicode emoji as reactions; message effects; typing indicators sent and received; polls; chat backgrounds in color, animated or photo form; and webhooks. Its documentation, read in full on 2026-09-21, adds voice memos through a dedicated endpoint, stickers in three forms (peeled onto a message, sent alone, or placed inline in text), mentions of one participant in a group, message editing by `PATCH` with a `message.edited` event, rich link previews, iMessage app messages, \"experiences\" that render as native cards inside Linq's own iMessage app, location sharing, contact cards, blocked handles, capability checks for iMessage and RCS, and payment links plus an \"Agentcard\" flow in which an agent pays on a customer's behalf with a one-time card.\n\nEffects are an object, `\"effect\": { \"type\": \"screen\", \"name\": \"confetti\" }`, with 11 screen effects and 4 bubble effects listed. Chat health is scored per chat as HEALTHY, AT_RISK, CRITICAL or OPTED_OUT, and a beta phone-reputation score exists per line.\n\n## Limits\n\nLinq's rate-limit page states: \"We recommend limiting message volume to a combined total of up to **7,000 inbound and outbound messages per day per line**.\" There is no hard daily cap outside sandbox accounts, which get 100 messages a day. A hard limit applies per pair: 30 messages per 60-second window for each sender–recipient pair, returning 429 with error code 1007 and a `Retry-After` header. Capability checks run at most once per 10 seconds. Every error body carries a numeric `code`, a `message`, the HTTP `status`, a `doc_url` and a `trace_id`; the code list on 2026-09-21 runs from 1001 (missing field) through 2031 (no active location share) into 3xxx server and 4xxx delivery errors.\n\n## Webhooks\n\nAn envelope carries `api_version`, `webhook_version` (`2025-01-01` or `2026-02-03`), `event_type`, `event_id`, `created_at`, `trace_id`, `partner_id` and `data`. Message events are `message.sent`, `message.received`, `message.delivered`, `message.read`, `message.failed` and `message.edited`; Linq's comparison page counts 44 event types in all, across messages, chats, groups, reactions, typing, payments and location. Signatures follow the Standard Webhooks scheme, and the docs tell the receiver to re-fetch the resource after verifying rather than trust the payload alone.\n\n## Zero-day retention\n\nLinq offers a mode in which message content is never written to its database. Its definition: \"Zero-day retention means message content is retained for zero days — it is never persisted past the moment it's needed\". Under that mode outbound content appears once, in the synchronous response to the send, and inbound content appears once, in the first webhook about ","ranking":"safety-first (interaction_risk/limitations), then quote-gated effective_weight","claims":[{"id":"c1","text":"Linq is an iMessage, RCS, SMS and voice API for teams building AI agents, run on Apple hardware Linq operates, reached at api.linqapp.com/api/partner/v3 with a bearer token.","tier":"definition","section":"Linq: an iMessage, RCS, SMS and voice API for AI agents","interaction_risk":false,"status":"active","source_ids":["s1"],"why_material":"defines the object and its audience","retracted_at":null,"retraction_reason":null,"challenged_by":[],"effective_weight":0.1,"quote_gated":false},{"id":"c2","text":"Linq recommends at most 7,000 combined inbound and outbound messages per line per day, enforces 30 messages per 60 seconds per sender-recipient pair, and caps sandbox accounts at 100 messages a day.","tier":"observational","section":"Limits","interaction_risk":false,"status":"active","source_ids":["s2"],"why_material":"the ceilings a product built on Linq lines inherits","retracted_at":null,"retraction_reason":null,"challenged_by":[],"effective_weight":0.1,"quote_gated":false},{"id":"c3","text":"Linq's zero-day retention mode never writes message content to its database; outbound content appears once in the send response and inbound content once in the first webhook.","tier":"observational","section":"Zero-day retention","interaction_risk":false,"status":"active","source_ids":["s3"],"why_material":"the only retention mode of its kind among the four vendors","retracted_at":null,"retraction_reason":null,"challenged_by":[],"effective_weight":0.1,"quote_gated":false},{"id":"c4","text":"Linq publishes no price: its pricing page offers a free sandbox and an enterprise contract by sales conversation, and Linq confirms none of the per-line figures rival pages report.","tier":"observational","section":"Plans and prices","interaction_risk":false,"status":"active","source_ids":["s5"],"why_material":"why a cost comparison with Linq cannot be made from primary sources","retracted_at":null,"retraction_reason":null,"challenged_by":[],"effective_weight":0.1,"quote_gated":false}],"sources":[{"id":"s1","url":"https://linqapp.com/llms.txt","title":"Linq llms.txt","quote":"Linq is the conversational layer for AI agents — a single API for iMessage,","summary":"API root, OpenAPI location, docs map and the pointer to the AI-instructions page.","claim_ids":[],"hash":"f60a86a0f4452d66cf6a963b36bc1cf657652a2186a96529d4b56b5662392c37"},{"id":"s2","url":"https://docs.linqapp.com/channel/imessage/guides/platform/rate-limits/","title":"Linq Rate Limits","quote":"We recommend limiting message volume to a combined total of up to **7,000 inbound and outbound messages per day per line**.","summary":"Daily recommendation, per-pair hard limit, sandbox cap, capability-check limit, 429 body.","claim_ids":[],"hash":"074d5701c7ff3464f3f57a2805a20e87ac84893403c1caf13b2f24be41e6ed6e"},{"id":"s3","url":"https://docs.linqapp.com/channel/imessage/guides/platform/zero-day-retention/","title":"Linq Zero-Day Retention","quote":"Zero-day retention means message content is retained for zero days — it is never persisted past the moment it’s needed, rather than being stored and later deleted or expired on a schedule.","summary":"What is never stored, what still persists, and the capture-on-first-sight instruction.","claim_ids":[],"hash":"34b612431bf63c1ecc6e062121e93033a3f3814857e10e7bdac762b529f1f2ac"},{"id":"s4","url":"https://linqapp.com/s/ai-instructions.md","title":"Linq AI context page","quote":"Linq is not a digital business card company. Linq once sold digital business cards. Linq has pivoted.","summary":"How Linq asks to be described, its category and its differentiators.","claim_ids":[],"hash":"85c79db9c0d98831ec7def9b0fb84c4b9e5461c69cdb0e01619faf8d3ed55679"},{"id":"s5","url":"https://linqapp.com/s/pricing","title":"Linq pricing","quote":"Stop paying-per-message. iMessage and RCS unlock cost-effective messaging enabling you to create better customer experiences.","summary":"Sandbox free; Enterprise by sales conversation; no published figures.","claim_ids":[],"hash":"e3efa54a8238115f6c3e14c1a18bc4aa892a150e1cd186fa40c44ba81a8c86a4"},{"id":"s6","url":"https://linqapp.com/s/linq-vs-blooio","title":"Linq vs Blooio (Linq's page)","quote":"44 distinct versioned event types, managed retries, and trace IDs on every response and error.","summary":"Linq's own count of its webhook event types and its claims about rivals.","claim_ids":[],"hash":"101ad49ebfe9a4673132619a93cc2bb1f40a3161f86b0d925048eadc4d11fa2d"}],"anecdotal_sources":[],"scientific_sources":[],"user_reports":[],"related_articles":[],"question_graph":{"slug":"linq","questions":[],"evidence":[],"edges":[],"counts":{"questions":0,"evidence":0,"edges":0}},"honesty":{"active_claims":4,"retracted_claims":0,"cut_claims":0,"challenges":0,"scrub_events":0,"note":"Retracted/cut claims stay on ledger but are excluded from ask unless ?include_inactive=1"},"counts":{"claims":4,"claims_total":4,"sources":6,"anecdotal":0,"scientific":0,"user_reports":0,"questions":0,"evidence_ingests":0}}