Live on Base Mainnet Powered by Claude

AI Services.
Instant Payments.

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.

$0.10
Min. payment
~2s
Response time
0
Platform fees

What is x402?

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.

  • HTTP-native — Works with any HTTP client
  • AI-agent ready — Autonomous payments, no human needed
  • Zero platform fees — Only pay gas (fractions of a cent)
  • Instant settlement — USDC on Base, confirmed in seconds
x402 Flow
// 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": { ... } }

Simple, Transparent Pricing

Pay only for what you use. No subscriptions. No minimums.

📊

Business Analysis

$0.10

AI-powered automation opportunity analysis for any business. Get actionable insights in seconds.

  • Top 3 automation opportunities
  • Time savings estimates
  • Recommended tools
  • Quick-win action item
POST /api/analyze
🎯

Lead Research

$0.25

B2B sales intelligence for any company. Get decision-maker insights and outreach angles.

  • Company overview
  • Pain point analysis
  • Outreach angle
  • Conversation starters
POST /api/leads/research
Popular
✍️

AEO Blog Post

$1.00

Full SEO-optimized blog post designed for AI search engine citations. 800-1200 words.

  • AEO-optimized structure
  • FAQ schema ready
  • Australian context
  • Markdown output
POST /api/content/blog

How It Works

Your AI agent handles everything. Here's what happens:

🤖
Step 1

Agent Requests

Your AI agent sends a request to the API endpoint.

💰
Step 2

Payment Required

Server responds with 402 and the exact price in USDC.

✍️
Step 3

Sign & Pay

Agent signs the payment and retries the request.

Step 4

Instant Result

Payment verified on-chain, service delivered in ~2 seconds.

For AI Agents

Use the x402 client library to enable autonomous payments.

agent.ts
TypeScript
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..."

Try It Now

Test the API endpoints (free tier for health/pricing checks).

Health Check

curl https://api.flowtivity.ai/health Open in browser →

View Pricing

curl https://api.flowtivity.ai/pricing Open in browser →
🐝

Ready to Build?

Add x402 payments to your AI agent and start using Flowtivity services. Questions? We're here to help.