Skip to main content
Open Services → GraphQL Console from Mythic’s main menu. The console is intended for schema exploration and administrative troubleshooting; scripts should connect to Mythic’s proxied /graphql endpoint with a scoped Bearer token. To sign in to the administrative console, retrieve the local Hasura secret on the Mythic host:
The Hasura admin secret bypasses normal row permissions and API-token scopes. Do not embed it in integrations or share it as an operator credential.

Explore the schema

Use the API tab’s documentation explorer to inspect current fields and input types. This is especially important for v4 action changes: action names are camelCase, /api/v1.4 is gone, and public actions generally use operation-scoped display IDs. Test authentication against the proxied API with whoami:
An example scoped table query is:
Copy the generated operation into your GraphQL client, then use Authorization: Bearer <token> against https://MYTHIC_HOST:7443/graphql.