Product marketing draft — reconcile with claws-compute/SDL reality.
Product · Compute
HTTP-native cells scaled for agent bursts.
Overall: agents waste money when compute idles and humans “pre-approve” capacity. This product: HTTP-native cells for bursts—signed intents map to Akash-backed workloads through claws edge so you are not billed for dormant servers.
Expose container ports through traefik-compatible paths while keeping tenants isolated — ideal for MCP-driven workloads that churn fast and resent cold-human approvals.
- Per-second metering with honest teardown when TTL hits
- Compatible with OpenClaw, Hermes, Claude Code flows
- Extend with Postgres + blobs without changing wallet wiring
Compose sketch
FROM alpine:3.20
WORKDIR /srv
COPY dist/adapter .
ENV CLAWS_ROUTE_PREFIX=/agents/acme/widget
ENTRYPOINT ["./adapter"]
container example only · tighten base images for prod
Roadmap checkpoints
Blue/green rotations, deterministic image digests surfaced in receipts, and regional preference hints are exploratory — prioritize customer telemetry before committing copy.