Skip to main content
Call any Guild REST API endpoint directly. guild api is an authenticated escape hatch that mirrors guild session get and acts as a CLI counterpart to the MCP data tools. Use it to reach endpoints that do not have a dedicated command yet.
The command validates your session token, checks the HTTP method, and parses any --data JSON before calling the Guild REST API. It prints the raw JSON response to stdout.