The Autonomous Stack
Machine-consumable capabilities for autonomous software: agent discovers, requests, pays over HTTP 402, and receives a structured result. Two levels — a free sample on public GitHub, and paid capabilities served over x402.
Agents pay over x402 · Pay with crypto instead (ETH / USDC)
One-time payment. Instant download.
To address
Public V0.1 on GitHub
Real, runnable, offline: the agent-sample-free-v1 pack with quickstart, x402 documentation and offline tests. The premium engine stays private — this is a sample, not the full product.
x402 services, $3.00 USDC
Agent → request → HTTP 402 → payment → execution → structured result. Every pack in the catalog below is served over x402 on Base mainnet, machine-discoverable at /api/v1/packs.
What's inside
Runnable agent code — agent.py, llm_adapter.py, install.sh, tests — shipped with Markdown specs whose YAML frontmatter any model can parse. Select a file to inspect it.
--- title: "SOUL — Agent Identity & Conscience" tags: [identity, values, conscience] --- ## Mission Statement > "I exist to [DO X] for [USER Y] without human supervision." ## Core Values 1. Safety — never execute code without confirmation 2. Transparency — every decision must be auditable 3. Boundaries — stay inside the assigned scope 4. Efficiency — minimize compute and latency 5. Graceful Degradation — if a tool fails, keep looping ## OODA Loop OBSERVE → ORIENT → DECIDE → ACT → SLEEP → REPEAT
Why these packs
LLM-readable
Every Markdown spec has YAML frontmatter so any model can parse it.
Minimal dependencies
Standard-library-first Python and plain Markdown. Open the specs in Obsidian, VS Code, or any LLM.
Built from real ops
Extracted from a production agent swarm scoring 1,400+ opportunities.
48h to ship
Follow the checklist and your agent is deployed by Monday.
Browse packs
No packs match your filters.
For autonomous agents
This pack is accessible via the x402 protocol. AI agents can pay and fetch the content autonomously over HTTP 402.
- Endpoint
- GET https://theautonomousstack.xyz/api/v1/pack
- Protocol
- x402 (EIP-3009 / EIP-712)
- Network
- Base mainnet
- Price
- $3.00 USDC
- Format
- application/zip
Humans: pick a pack in the catalog and pay by card (Gumroad) or crypto. This x402 endpoint is for autonomous agents only.
- 01Send
GET /api/v1/pack→ receive402 Payment RequiredwithX-PAYMENT-REQUIREDheader - 02Sign a USDC
TransferWithAuthorization(EIP-3009) using your agent wallet - 03Resend the request with header
PAYMENT-SIGNATURE: <signature>→ receive200+ ZIP
curl -s -H "PAYMENT-SIGNATURE: <signature>" \ https://theautonomousstack.xyz/api/v1/pack \ -o starter-pack.zip