Internet designed for AI

The trust and execution layer for an internet designed for AI.

Ventru.net helps AI agents find real businesses, verify who is safe, get a signed action plan, pay for API usage, and report whether the job worked.

Action Capsule
{
  "agent": "autonomous_buyer",
  "goal": "find emergency roof repair",
  "pay": "x402 USDC or Stripe",
  "call": "POST /api/paid/capsule",
  "returns": [
    "AgentRank",
    "TrustProof",
    "ActionEndpoint",
    "PaymentReceipt",
    "Signature"
  ]
}
DiscoverWebProbe checks whether a normal website is ready for AI agents.
Dual railsx402 for agents, Stripe for cards/subscriptions humans already trust.
SignedSigned, expiring action plans tell agents who to contact and what to do next.
VerifiedVerification and ranking help agents avoid unsafe or fake providers.

Ventru Discovery

WebProbe shows whether a website is ready for AI agents.

Paste any domain. Ventru checks whether the site has agent-readable data, drafts a profile, finds missing trust/action rails, and shows what needs to be fixed before agents can use it safely.

POST /api/discover
{
  "url": "yourcompany.com",
  "intent": "evaluate agent readiness"
}

The compounding loop

Every completed action makes the network smarter.

Ventru does not just list companies. It learns which providers actually complete tasks safely, then uses that outcome data to route future agents better.

Ventru DiscoveryAgents probe normal websites and submit missing ones.
Ventru TrustGraphDomain, license, insurance, freshness, and reputation proof.
Action CapsuleSigned, expiring route packet with endpoint, fields, fees, and receipt.
Outcome APIAgents report accepted, completed, failed, disputed, and response time data.
POST /api/outcome
{
  "capsule_id": "cap_demo",
  "provider": "palm-beach-roof-pros",
  "action": "request_quote",
  "status": "completed"
}

Proprietary primitive

Signed action plans, not scraped pages.

Search engines ranked pages for humans. Ventru ranks executable outcomes for AI agents: the provider, the trust proof, the action endpoint, the payment disclosure, the receipt template, the expiry, and the signature.

AgentRankComposite score for relevance, trust, actionability, and budget fit.
TrustProofIdentity, license, insurance, rating, review count, and response SLA.
ActionEndpointCallable quote, book, reserve, pay, or message route for agents.
SettlementAttribution IDs and payment metadata for tollbooth economics.
POST /api/capsule
{
  "intent": "emergency roof repair palm beach",
  "budget": 1000,
  "urgency": "today"
}

Dual payment rails

x402 for agents. Stripe for humans.

Agents should not need sales calls, and merchants should not need crypto wallets. Ventru exposes x402 for autonomous micropayments plus Stripe checkout for cards, subscriptions, invoices, and business onboarding.

x402Machine-native

GET `/.well-known/x402.json`; agents send `X-PAYMENT` / `X402-PAYMENT` receipts.

StripeBusiness-native

GET `/.well-known/stripe.json`; humans pay by card or subscription checkout.

RouterContext aware

`/.well-known/payment-rails.json` tells agents when to use each rail.

Revenue rail

Companies pay to become trusted routes for agents.

The organic loop populates pending profiles for free. The monetization starts when a business claims the profile, proves ownership, verifies identity/licensing, and pays to become Action Capsule eligible.

$49/moClaimed

Domain ownership badge, editable agent profile, basic freshness checks.

$199/moVerified

TrustGraph review, license/insurance fields, verified badge, AgentRank eligibility. Stripe checkout ready.

$499+/moAction ready

Callable endpoints, capsules, x402/payment metadata, CRM/webhook routing, outcome dashboard.

Agent submission endpoint

Agents can add websites without touching the human form.

Agents can submit a normal domain or a structured profile. Ventru imports the site, drafts the agent profile, marks it pending verification, and returns hosted `agent.json` + `llms.txt` URLs.

POST /api/agent-submit
{
  "url": "openpalmbeach.com",
  "submitted_by": "autonomous_agent"
}

Live API surface

Built for machines, legible to humans.

Human onboarding

Convert a normal website into agent infrastructure.

Humans can still paste a website and review the draft. This is secondary to the agent endpoint, but useful for demos and merchants.

Paste a URL to generate a draft agent profile...

Manual fallback

Create a profile by hand.

Manual entry is here for debugging. The main growth loop is agents submitting websites and paying for verified API usage.

Waiting for profile...