What problem does it solve? Agents building event-modeled slices need accurate knowledge of the eventmodelers.ai platform API, but endpoint details, request payloads, and validation rules are scattered across the platform's source code. This Skill loads a complete API reference into context so agents can call, implement, or reason about any endpoint without guessing. ## Core Features & Use Cases - Full endpoint reference: Covers boards, chapters, timelines, lanes, cells, nodes, images, slices, GWT spec scenarios, config import, slice data, extensions, snapshots, and user management commands and projections. - Request/response schemas: Documents TypeScript payload shapes, headers (Authorization, x-user-id, x-causation-id), status codes, and placement/validation rules such as lane drop constraints and GWT scenario rules. - Element type catalog: Defines all board element types (COMMAND, EVENT, SCREEN, READMODEL, AUTOMATION, etc.) and slice node mappings for state-change, state-view, and automation slices. - Use Case: While running a slice codegen workflow, an agent needs to create a slice on a board; with this Skill loaded it knows to POST to /api/org/:orgId/boards/:boardId/timelines/:timelineId/slices with the correct type and node payload. ## Quick Start Load the eventmodelers API reference and show me how to create a state-change slice on my board.