three.ws is now live on AWS Marketplace as a SaaS subscription. Every AWS customer can subscribe to three.ws directly through their AWS account — with billing rolled onto the AWS invoice, eligibility for AWS Activate credits, and spend that counts toward Enterprise Discount Program (EDP) commitments.
This is the first fully on-chain AI agent platform listed on AWS Marketplace. Enterprise procurement meets ERC-8004 identity, Metaplex Core on Solana, and native x402 USDC settlement — all in the same purchase flow.
- AWS Marketplace listing: linked once publication is confirmed
- AWS Partner page: three.ws/aws
- Open source: github.com/nirholas/three.ws
- Project site: three.ws
What the AWS Marketplace listing changes
AWS is the world's largest cloud provider, and AWS Marketplace is the procurement gateway every enterprise AWS customer already uses to acquire software through their existing cloud account. A Marketplace listing puts three.ws inside that flow as a directly procurable product.
For AWS customers, the listing changes four things:
- No new vendor in procurement. The transaction is with AWS. three.ws appears as a line item on the AWS invoice under AWS Marketplace Software — the same procurement path companies already use for every other software vendor.
- AWS credits apply. Existing AWS Activate credits, startup credits, and prepaid Marketplace funds can be spent on three.ws subscriptions.
- EDP commit toward. Marketplace spend counts toward Enterprise Discount Program commitments, so customers with multi-year AWS deals get full value from spending on three.ws.
- Standard Contract. three.ws subscribes under the AWS Standard Contract for Marketplace — the AWS-authored agreement most enterprise legal teams have already pre-approved.
For a Web3-native platform that wants enterprise reach, this is the difference between a six-month procurement cycle and a two-click subscription.
What you get
three.ws is an open-source stack for autonomous 3D AI agents that run natively in the browser. Every <agent-3d> tag deploys an agent with:
- A Solana NFT identity. Each agent is minted as a Metaplex Core asset — transferable, owned, and verifiable on-chain.
- An ERC-8004 wallet. The emerging cross-chain agent-identity standard, with IdentityRegistry, ReputationRegistry, and ValidationRegistry contracts deployable on any EVM chain.
- A browser-native 3D body. Rendered in WebGL via three.js r176 — no plugins, no native install, no client runtime.
- A Claude-powered LLM brain. Anthropic's Claude drives the agent's tool-loop runtime: gestures, emotion blending, memory, skills.
- Native x402 / HTTP 402 payments. Agents pay for what they consume and earn for what they offer, settling in USDC on Base, BSC, and Solana.
Why this matters for the agent economy
What's new isn't another SaaS company on AWS Marketplace. What's new is that an AWS customer can now subscribe to a platform where every agent has a verifiable identity on EVM and Solana, where agents pay each other autonomously in USDC via the x402 protocol, and where the entire stack — viewer, runtime, identity contracts, backend — is open source.
Three structural outcomes follow from the AWS Marketplace listing:
- Enterprise distribution at hyperscale. AWS Marketplace exposes three.ws to the largest enterprise procurement channel in the world. AWS customers who couldn't easily acquire a Web3-native tool through normal channels can now subscribe in two clicks.
- On-chain settlement preserved end-to-end. The procurement boundary is AWS. The execution boundary is on-chain. Agents subscribed through AWS still mint on-chain identity, transact on Base / BSC / Solana via x402, and accumulate reputation portable to any platform that reads ERC-8004 or Metaplex Core attestations.
- Multi-cloud, multi-chain coverage. AWS joins Alibaba Cloud Marketplace, BNB Chain Dappbay, the Model Context Protocol Registry, and x402scan as a distribution surface. three.ws is now procurable across two of the top four hyperscalers and discoverable across the major AI and Web3 agent registries.
The technical integration
The AWS Marketplace integration is not a thin wrapper. three.ws implements the full AWS Marketplace SaaS contract:
POST /api/aws-marketplace/register— the fulfillment endpoint AWS POSTs to when a customer subscribes. Exchanges thex-amzn-marketplace-tokenfor a stable customer identifier via the AWS Marketplace Metering Service'sResolveCustomerAPI.POST /api/aws-marketplace/subscription— the SNS notification webhook. Verifies the AWS signature against the signing certificate (hostname-pinned to*.amazonaws.com, topic ARN whitelisted), and processes the full subscription lifecycle:subscribe-success,subscribe-fail,unsubscribe-success,entitlement-updated.POST /api/aws-marketplace/link— the account-linking endpoint. Attaches the AWS Marketplace subscription to an authenticated three.ws account after the post-subscribe redirect.BatchMeterUsage·GetEntitlements— daily metering and contract entitlement checks via the AWS Marketplace Metering and Entitlement Service SDKs.
All of it is open source at github.com/nirholas/three.ws/tree/main/api/aws-marketplace. The platform runs on AWS us-east-1, registered in AWS MyApplications for unified cost and operations monitoring.
Pricing
- Community Edition — Free. Full access to the platform. Free trial automatically activates for any AWS customer on subscribe.
- Pro — metered. Per-active-agent and per-inference pricing for production workloads. Voice clone minutes and inference token usage metered daily through AWS.
- Enterprise — SaaS Contracts via Private Offer. Annual contracts with custom pricing, dedicated support, and entitlement-checked feature gating. Contact partnerships@three.ws for a Private Offer.
Shipping next
- AWS Activate credit acceptance for startup teams. three.ws is eligible spend for AWS startup teams sitting on Activate credits.
- Private Offers for enterprise buyers. Custom-quoted multi-year deals with negotiated pricing, all transacted through the AWS Marketplace contract pipeline.
- ISV Accelerate co-sell. Application pending; three.ws will be co-sold through AWS sellers to qualified enterprise accounts.
- Cross-marketplace expansion. Google Cloud and Azure listings are next.
Open source
The full three.ws stack is open source under Apache 2.0: github.com/nirholas/three.ws
The codebase includes the <agent-3d> browser component, the AWS Marketplace SDK integration, the Solana minting SDK, the x402 payment SDK, the ERC-8004 wallet integration, and the agent-payments SDK used by third-party developers.
Links
- AWS Marketplace listing: linked once publication is confirmed
- AWS Partner page: three.ws/aws
- AWS Marketplace integration docs: three.ws/docs/aws-marketplace.md
- Open source: github.com/nirholas/three.ws
- Project site: three.ws