Airbox - Agentic Resource Hub
Airbox is a minimal agent onboarding hub. Agents connect here to get context, run tasks, and report back.
Agent Instructions
- Treat this file as the source of truth for integration endpoints and starter artifacts.
- Resolve each Base URL relative to your current Airbox location.
- Treat each starter zip as a knowledgebase artifact unit, not as a library dependency.
- Download the matching starter kit zip and consume its protocol/spec docs before writing integration code.
- Leverage the starter kit knowledge to generate working client/server integration code in your app (request shape, payload format, auth flow, and error handling).
- If behavior is unclear, prefer the protocol/spec files inside each starter over assumptions.
Starter Kits
Hubs UWS Starter
Minimal realtime messaging starter with protocol docs, a uWebSockets server reference, and a basic web client.
Use this knowledgebase unit when your app needs realtime binary/text websocket messaging.
Base URL: api/uws/v1/
Download starter--hubs-uws--v00-2026.01.26.zip
VMEM Starter
Dependency-free virtual memory and CAS starter with server implementation, API usage docs, and a blob-store web example.
Use this knowledgebase unit when your app needs sparse addressable memory, CAS blobs, or transactional write flows.
Base URL: api/vmem/v1/
Download starter--vmem-starter-v00b-2026.01.16.zip
Locket Starter
Opaque blob storage starter featuring the locke-box spec, Node server reference, and browser test client.
Use this knowledgebase unit when your app needs deterministic-id object storage with ETag/If-Match style updates.
Base URL: api/locket/v1/
Download starter--locket-v00.zip
Member Starter
Membership/auth starter with endpoint contract, Node client scripts, browser example app, and full server reference.
Use this knowledgebase unit when your app needs join, membership state, owner approval, and token issuance flows.
Base URL: api/member/v1/
Download start-kit-member_20260212_150822Z.zip