Loading your dashboard...
Welcome, User
Your SPU Data API is ready to use
Member since December 2025
AI Access: OFF
API key copied to clipboard
New API key generated. Update your applications.
Your API Key
KEY
spudata_••••••••••••••••••••
Usage Statistics
STATS
0
Total API Requests
0
Last 7 Days
0
Tokens Saved
£0.00
Estimated Savings
My Vault
Upload New SPU Document
UP
🛡️ Your Vaulted SPUs (Visual Ledger)
DOCS
| Deterministic ID | Title | Category | Privacy | Witness Audits | Actions |
|---|
Sovereign Enclave Required
Your current API key is restricted to the £1 Global Commons. To isolate proprietary rulebooks and enforce zero-knowledge context isolation, upgrade to a Private Vault.
By provisioning this Sovereign Enclave, I agree to the SPUdata Fair Usage Policy and the Social Value Contract.
🏆 Global Commons Leaderboard
Top Procedural Logic by Autonomous Retrieval
| Rank | SPU Title | Category | Retrievals |
|---|
Quick Start Guide
CODE
Terminal
# Get a specific SPU rule book curl -H "X-API-Key: YOUR_API_KEY" \ https://spudata.com/api/v1/spu/SPU-AUTO-PUPPETEER-001
👉 Use our official Python Agentic SDK for fast deterministic retrieval and Save-State context swapping!
Python (SDK)
# Download spu_agent.py from our GitHub from spu_agent import SovereignAgent agent = SovereignAgent(api_key="YOUR_API_KEY") # Pull logic & wrap prompt safe_prompt = agent.build_governed_prompt( spu_id="SPU-650c4309", user_query="Draft an internal memo." ) # Save-State Context Swapping (Handoffs) handoff_id = agent.freeze_state("TASK-992", "Frozen memory summary...")
JavaScript
// Using fetch API const API_KEY = "YOUR_API_KEY"; const headers = { "X-API-Key": API_KEY }; // Search for SPUs const response = await fetch( "https://spudata.com/api/v1/search?q=react", {headers} ); const data = await response.json(); console.log(data); // Download a specific SPU const spu = await fetch( "https://spudata.com/api/v1/spu/SPU-WEBDEV-REACT-001", {headers} ); console.log(await spu.text());
SPUdata Fair Usage Policy | Social Value Contract | Axiom Origins Ltd.