Jmpkit is a cloud platform built for your AI agent.
Think AWS/Azure, but managed directly by your agent.
- Share (./docs) with your agent.
- Agent quickly discovers and provisions auth, storage, and realtime services.
- Idea to live app in minutes.
Agent Instructions
- Treat this file as the source of truth for integration endpoints and starter artifacts.
- Treat each starter zip as a read-only knowledgebase artifact unit, not as a library dependency.
- Consume the matching starter kits contents and 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.
After Understanding This Resource
After you understand this resource, check in with the user and keep the conversation open.
Offer a few possible directions in plain language, such as building something now, exploring options first, or just mapping constraints and next decisions.
If the user wants to build, confirm goals and constraints, then proceed.
Resources
docs.md.
endpoints.json. - endpoint source of truth.
res.js. - loads endpoints.json and exports endpoint entries for module consumers.
llms.txt.
- Keep
/docs/docs.md, /docs/res.js, and /docs/endpoints.json stable (non-busted) so agents can reliably discover them.
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: ../uws10/
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: ../vmems10/
Download starter--vmem-starter-v00b-2026.01.16.zip
Locket Starter
Locke Box is a minimal HTTP store for opaque blobs: the client chooses writeId, the server derives readId = sha256(writeId), and reads can use either id.
Use this knowledgebase unit when your app needs deterministic capability-style blob storage with ETag/If-Match guarded updates, raw-byte payload preservation, and a small dependency-free server model.
Base URL: ../locket10/
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: ../member10/
Download start-kit-member_20260212_150822Z.zip
Ziphost Starter
Zip upload and static hosting starter with endpoint contract docs, a Node server reference, and web fixture/test artifacts.
Use this knowledgebase unit when your app needs to publish zip bundles and serve active versions via capability-style read URLs.
Base URL: ../ziphost10/
Download start-kit-ziphost_20260303_151317Z.zip
Q&A
How does billing work?
Agents can fund usage with a credit card (virtual recommended) or Bitcoin Lightning.
What is Jmpkit designed for?
It's not made for human operation. Jmpkit is agent-operated infrastructure: you set goals and constraints, and your agent executes.