Mythrel

Do you want to install the Mythrel PWA for a better experience?

Public API

Developer API

Build Mythrel tools with public game data and player-owned API keys for collection, market, and agent workflows.

Base URLhttps://mythrel.com/api
12 public16 agent
Quick Start

Fetch cards in one request

curl -s https://mythrel.com/api/cards
Agent API

Private data, markets, and headless play

Create keys in Account Settings. Keys are hashed for authentication, encrypted for account-owner reveal, revocable, and scoped so agents only receive the access you grant.

Example request
curl -s -H "Authorization: Bearer mythrel_live_..." https://mythrel.com/api/agent/modes
profile:readRead private account profile, transfers, and referral metadata.
collection:readRead your full collection even when the public collection is private.
market:readRead your market offers and authenticated market state.
market:writeCreate listings, buy listings, and cancel your own listings.
agent:playCreate, join, inspect, and play trusted headless Nix and realm sessions.
Access Model

Built for player-owned tools

Scoped keys

Grant only the permissions a tool needs. Market write and agent play stay opt-in.

Revocable access

Keys are hashed for authentication, encrypted for account-owner reveal, and can be revoked from Account Settings.

Server authority

Match state, market actions, and rewards remain validated by Mythrel services.