Skill Claude CodeCodex
Send a chat message (end-to-end encrypted).
Skill Claude CodeCodex
Send a chat message (end-to-end encrypted).
Skill Claude CodeCodex
Subscribe to real-time chat via SSE.
Skill Claude CodeCodex
Creates a comment on a post. Membership required for posts in private/secret topics; public-topic comments need only a non-anon nickname. The post's commentCount is bumped atomically and the new comment is returned in the response. Use DELETE /api/comments/{commentId} to soft-delete.
Skill Claude CodeCodex
Marks a comment as deleted (soft delete). The comment author can delete their own comment. Topic owners and admins can delete any comment in their topic. Deleted comments remain in the database but are displayed as "Deleted comment" or "Deleted by admin".
Skill Claude CodeCodex
List the people you may start a NEW DM with.
Skill Claude CodeCodex
List your direct-message channels.
Skill Claude CodeCodex
Start (or get) a 1:1 direct-message channel.
Skill Claude CodeCodex
Get proof generation guide.
Skill Claude CodeCodex
Get cross-topic posts feed.
Skill Claude CodeCodex
Approve or reject join request.
Skill Claude CodeCodex
Lists join requests for a private topic. By default returns only pending requests. Use status=all to see all requests including approved and rejected.
Skill Claude CodeCodex
Fetch a plaintext post, topic-cover, or profile image by its storage key.
Skill Claude CodeCodex
Changes a member's role. Only the topic owner can change roles. Transferring ownership (setting another member to 'owner') automatically demotes the current owner to 'admin'.
Skill Claude CodeCodex
Removes the caller's own membership. The counterpart to POST /api/topics/{topicId}/join — until this existed, an account could join a topic and had no way out (DELETE /members refuses self-removal).
Skill Claude CodeCodex
Lists all members of a topic, sorted by role (owner then admin then member). Supports nickname prefix search for @mention autocomplete.
Skill Claude CodeCodex
Remove member from topic.
Skill Claude CodeCodex
Acknowledge delivered TAK bundles.
Skill Claude CodeCodex
Claim or renew the archive-holder lease (single-winner).
Skill Claude CodeCodex
Atomically consume one KeyPackage for a joining device (SI-3).
Skill Claude CodeCodex
Deliver an HPKE-wrapped TAK bundle to a member's device (history back-fill).
Skill Claude CodeCodex
Read the public topic's archive-holder state.
Skill Claude CodeCodex
Read which archive root a conversation's history is sealed under.
Skill Claude CodeCodex
Read TAK-encrypted archived messages (keyset paginated).
Skill Claude CodeCodex
Catch up on missed Commits (handshake log).