Pay-per-use AI automation for Australian SMBs. No subscriptions, no API keys, no accounts. Your AI agent pays with stablecoins. You get results in seconds.
x402 is an open payment protocol that brings native payments to HTTP. When your AI agent
requests a service, the server responds with 402 Payment Required
and the exact price.
Your agent signs a payment, retries the request, and gets the result. No accounts, no subscriptions, no rate limits. Just pay for what you use.
// 1. Agent makes request
POST /api/analyze
{ "businessName": "Acme Plumbing" }
// 2. Server returns price
402 Payment Required
X-Payment: { price: "$0.10", asset: "USDC" }
// 3. Agent signs and retries
POST /api/analyze
X-Payment-Signature: 0x...
// 4. Service delivered
200 OK
{ "analysis": { ... } }
Pay only for what you use. No subscriptions. No minimums.
AI-powered automation opportunity analysis for any business. Get actionable insights in seconds.
POST /api/analyze
B2B sales intelligence for any company. Get decision-maker insights and outreach angles.
POST /api/leads/research
Full SEO-optimized blog post designed for AI search engine citations. 800-1200 words.
POST /api/content/blog
Your AI agent handles everything. Here's what happens:
Your AI agent sends a request to the API endpoint.
Server responds with 402 and the exact price in USDC.
Agent signs the payment and retries the request.
Payment verified on-chain, service delivered in ~2 seconds.
Use the x402 client library to enable autonomous payments.
import { wrapFetchWithPayments } from '@coinbase/x402';
// Create a payment-enabled fetch
const paidFetch = wrapFetchWithPayments(fetch, {
wallet: myAgentWallet,
network: 'base',
});
// Use it like normal fetch — payments handled automatically
const response = await paidFetch(
'https://api.flowtivity.ai/api/analyze',
{
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
businessName: 'Acme Plumbing',
industry: 'Trades',
}),
}
);
const { analysis } = await response.json();
console.log(analysis.insights);
// → "Top automation opportunities: 1. Automated job scheduling..."
Test the API endpoints (free tier for health/pricing checks).
Add x402 payments to your AI agent and start using Flowtivity services. Questions? We're here to help.