EDGE LIGHT // GAMING OPS

VOID CHASSIS

chassis-angled · nav right
Host
LIVEsecure HUD kit
Theme
Alien Dark100 demo tasks

AI Assistant // Alien Dark

Skills are the Agents — Agents are the Skills

Your subscription skill is the agent seat. We do not ship a mystery bot: named skills (orchestrator, heavy-dev, design, consulting) become board seats with need-to-know R/W. Every path is labeled: via script, via API call, fetch, GET / PUT / POST, and auth. Web or local · online or offline · public or private · hybrid · export options. Prices may vary.

Skills = Agents via script via API call fetch() GET · PUT · POST Auth: Bearer / session Web · Local · Hybrid Online · Offline Public · Private

What we do · how we do it

subscription · tasks · export
OfferHowWhere
Subscription Skills Skill pack = agent seat · exact-go · claim · smoke Web · local · hybrid
Tasks via API call GET/POST/PUT · or fetch demo JSON · auth on writes Online board · offline kit · hybrid
Dashboard proposals Agent drafts DIP/PR · human go · implement via script/harness Private Operator · public kit docs
Export ZIP kit · task JSON · reports · compact agent packet Public demo · private · hybrid
Pricing Templates CA$49 each · skills & retainers separate Prices may vary

Contract · methods we use

mention = required when enabled
MechanismWhenWhat to show operators
via script Deploy, smoke, capture previews, batch task seed Script name + host (e.g. deploy-*.py SFTP put allowlist)
via API call Live board SoT, claim, status stamps Endpoint (e.g. api.php) + method + auth header
fetch / XHR Dashboard / reports UI in the browser fetch('api.php') or fetch('data/sample-tasks.json') · same-origin
GET Read tasks, meters, public demo JSON Read-only; demo api.php GET is open
PUT / POST Create/update tasks, full board replace (gated) Auth required · demo writes off unless MCT_ALLOW_DEMO_WRITES=1
Auth Any write · Operator dashboard · agent claim Authorization: Bearer <idToken> and/or PHP session cookie · never commit service-account JSON

What agents can do

toggle intent · how it runs

Connection options

script · API · fetch · auth
Lane A · via API call

Board over HTTPS

GET/POST/PUT https://…/api.php with Content-Type: application/json. Writes need auth (Bearer idToken and/or session). UI boards may also fetch the same endpoint.

Lane B · via script + tools

Harness / MCP seat

Agent runs via script (smoke, deploy) and tools that wrap API calls. Grok Build / Claude / Codex — still document every GET/PUT and auth surface used.

Lane C · local kit

Repo-native assistant

No public write: edit files in the kit folder. Demo load is fetch('data/sample-tasks.json') (GET static). Deploy later via script or API when authorized.

Route map · agent onboarding

auth first · GET before PUT
01 · Auth

Bind seat

Session or Bearer token. Name the auth mode in the handoff. No service-account in the kit zip.

02 · GET

fetch / API read

GET api.php or fetch(…/sample-tasks.json). Light snapshot only.

03 · Propose

Script or draft

Task draft or DIP via harness files. POST/PUT only with auth + go.

04 · Ship

Script / deploy

Human go → implement · optional SFTP script or HTTPS put · smoke GET URLs.