{
  "ok": true,
  "endpoint": "https://pointcast.xyz/api/pcp/relay",
  "kvBound": false,
  "status": "prototype",
  "usage": {
    "post": "POST { type: \"pcp-relay-v1\", recipient, topic?, expiresAt?, packet }",
    "get": "GET ?recipient=<peer-id>&topic=<topic>"
  },
  "plaintextPolicy": [
    "packet.body, packet.message, packet.text, packet.content, and packet.plaintext are rejected.",
    "packet.encrypted.ciphertext is required.",
    "The relay stores opaque encrypted envelopes only."
  ],
  "spec": "https://pointcast.xyz/protocol"
}