Introduction
Welcome to soft.house - the developer portal for building AI-native commerce applications.
What is soft.house?
soft.house is the developer portal for the Pragma.Vision ecosystem. We provide APIs, SDKs, and tools to help you build AI-native commerce applications that work with Google, OpenAI, and other AI assistants.
Our platform enables agents to discover products, negotiate prices, authorize payments, and fulfill orders โ all through standardized protocols.
Multi-Protocol Support
Our unified API supports multiple protocols, giving you flexibility in how you integrate AI commerce:
| Protocol | Provider | Purpose |
|---|---|---|
| AP2 | Cryptographic mandate authorization | |
| ACP | OpenAI/Stripe | Checkout session payments |
| TAP | Visa | Agent identity verification |
| MCP | Anthropic | Claude Desktop integration |
| A2A | Agent-to-agent communication |
Key Features
- Protocol Auto-Detection โ We automatically select the best protocol for each request
- 69% Code Sharing โ Our unified architecture means consistent behavior across protocols
- Type-Safe SDKs โ Full TypeScript definitions with autocomplete support
- Real-time Updates โ Webhook support for wish status changes
- Secure by Default โ ECDSA signatures, nonce validation, rate limiting
Architecture Overview
soft.house is built on a three-layer protocol architecture:
- Identity Layer (TAP) โ Verifies that agents are legitimate
- Authorization Layer (AP2) โ Proves user consent for spending
- Execution Layer (ACP + x402) โ Processes the actual payment
This separation ensures each layer can be independently verified and upgraded.
Getting Started
Ready to build? Head to the Quickstart guide to create your first API call.