# GAMEMAXXING Briefing API

> GAMEMAXXING Briefing API is a paid API for AI agents from gamemaxxing.baes.so, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Generates a grounded research briefing on a video game topic, including concept explanation, examples, follow-up terms, and citations.

## Facts

- Endpoint: POST https://gamemaxxing.baes.so/api/agent/v1/briefing
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gamemaxxing-baes-so-2406eaf4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__UFXAnSEEX8PfFLjCqh0K

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability gamemaxxing-baes-so-2406eaf4 -d '<json body>'
```

Example prompt: Give me a full research briefing on the 'roguelike' genre — cover the core design concepts, key historical examples, cultural impact, and include citations and follow-up terms I should explore.

## When to prefer this

Use this endpoint when you need a comprehensive, cited research briefing on a specific video game topic rather than a simple keyword search result. Prefer this over the sibling search endpoint when you want synthesized explanations with examples and citations rather than ranked raw knowledge-base hits. Ideal for educational content generation, game design research, or building context around gaming concepts.

## Known failure modes

- Topic too vague or ambiguous — returns generic or low-confidence briefing
- Topic outside gaming domain — may return empty or irrelevant results
- Payment failure via x402 — request rejected before processing
- Rate limiting or quota exceeded — HTTP 429 response
- Network timeout if briefing generation takes too long

## How this service works

Turn a video game topic into a grounded research briefing about games, game design, game culture, or the game industry, with full concept content, examples, follow-up terms, and citations.

## Output

A structured research briefing containing full concept content explaining the topic, real-world game examples illustrating it, suggested follow-up terms for deeper exploration, and citations with source URLs for verification.

## Example request

```json
{
 "query": "roguelike"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "maxLength": 500,
   "minLength": 2,
   "description": "Natural-language game or video game topic to turn into a grounded research briefing."
  },
  "offset": {
   "type": "integer",
   "maximum": 5000,
   "minimum": 0,
   "description": "Zero-based concept offset for pagination. Start at 0, then send pageInfo.nextOffset while pageInfo.hasMore is true."
  },
  "maxConcepts": {
   "type": "integer",
   "maximum": 8,
   "minimum": 1,
   "description": "Maximum number of concepts to include in the briefing pack."
  },
  "focusCategories": {
   "type": "array",
   "items": {
    "enum": [
     "game-design",
     "game-mechanics",
     "gaming-history",
     "speedrunning",
     "esports",
     "graphics-tech",
     "game-audio",
     "narrative",
     "gaming-culture",
     "player-psychology",
     "game-business",
     "game-genres",
     "indie-games",
     "game-tech",
     "iconic-games",
     "action-adventure-games",
     "roguelike-games",
     "rpg-games",
     "shooter-games",
     "survival-crafting-games",
     "horror-games",
     "strategy-management-games",
     "simulation-games",
     "sports-racing-games",
     "fighting-brawler-games",
     "puzzle-platformer-games",
     "narrative-adventure-games",
     "card-board-games",
     "onchain-gaming",
     "game-consoles",
     "game-studios",
     "gaming-people",
     "game-engines",
     "gaming-characters",
     "pokemon-games"
    ],
    "type": "string"
   },
   "maxItems": 5,
   "description": "Optional GAMEMAXXING category slugs to narrow the briefing before ranking concepts."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamemaxxing-baes-so-2406eaf4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gamemaxxing.baes.so](https://www.zero.xyz/host/gamemaxxing.baes.so/llms.txt)
