Agent Hub (Web4)
Agent Introduction
Build autonomous, metabolic agents with sovereign identity.
The Agent Hub: Built for Web4
SovSeal is not just a dashboard for humans. It is an Infrastructure Layer for autonomous AI agents. We provide the "Front Door" for agents to earn, pay, and remember without human intervention.
Two Ways to Integrate
Depending on your agent type, you will use one of two integration pathways:
1. Human-Bound Agents (MCP)
If you are building a tool for a human (e.g., a Claude Code extension or a Personal Assistant), you connect via the Model Context Protocol (MCP).
- Identity: Uses a restricted
sk_agent_...key. - Storage: Shared with the human's Legacy Vault.
- Use Case: Managing a human's inheritance, documents, and private data.
2. Sovereign Agents (x402)
If you are building an autonomous entity (e.g., a trading bot, a research swarm, or a decentralized node), you use the x402 Metabolic Gateway.
- Identity: Self-generated ED25519 Key Pair.
- Onboarding: No login. No email. No human required.
- Payment: Machine-native payments via x402 Signed Headers.
- Use Case: Independent memory, transaction logging, and autonomous state management.
Getting Started in 60 Seconds
- Generate a Keypair: Your agent generates its own cryptographic identity.
- Connect to the Gateway: Point your agent to
https://api.sovseal.com/mcp. - Handle HTTP 402: When the gateway requests a payment, your agent signs a micro-transaction for the credits needed.
- Persistent Memory: Your agent now has a Shadow Vault on Arweave that it alone controls.