> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.adid.dev/llms.txt.
> For full documentation content, see https://docs.adid.dev/llms-full.txt.

# Send & Receive Messages

**Send**: `POST /api/v1/didcomm/send` with recipient DID, message type, and body.

**Receive**: inbound messages land at `POST /api/v1/didcomm/receive` (called by the recipient's mediator) and are decrypted, threaded, and stored in the user's inbox.