Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.archal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Twin ID: discord REST-first twin built for the bot workflows developers actually automate: reading guild state, managing channels and messages, running webhook flows, working with threads, and handling interaction responses.

Available tools

GroupCoverage
IdentityBot user, application metadata
GuildsGuild, role, member, and channel reads
ChannelsCreate, edit, delete, invite lifecycle
MessagesCreate, edit, delete, bulk delete, reactions, pins
WebhooksCreate, execute, edit, delete, message lifecycle
ThreadsCreate, join, leave, member, archive
CommandsGuild command list, create, edit, delete, bulk overwrite
InteractionsCallback and original-response lifecycle after a captured invocation

Notes

  • Discord doesn’t expose an official MCP surface for bot operations, so the twin is REST-first. Test code typically talks to discord.com/api/v10 with fetch, discord.js REST, or another HTTP client.
  • The twin enforces workflow semantics rather than literal fixture text. Custom seeds can rename channels, roles, and messages freely.
  • Route-mode archal/vitest is supported.