{% extends "public/base.html" %} {% block title %}{{ t('providers.page_title') if t else 'For Providers — List Your API on AgenticTrade' }}{% endblock %} {% block meta_description %}{{ t('providers.meta_desc') if t else 'List your API on AgenticTrade. AI agents worldwide discover, call, and pay you automatically. 0% commission for month 1. MCP Tool Descriptors, Proxy Keys, and automated settlement.' }}{% endblock %} {% block og_title %}{{ t('providers.page_title') if t else 'For Providers — List Your API on AgenticTrade' }}{% endblock %} {% block og_description %}{{ t('providers.meta_desc') if t else 'List your API once. AI agents worldwide discover and pay you automatically. 0% commission for month 1.' }}{% endblock %} {% block tw_title %}For Providers — List Your API on AgenticTrade{% endblock %} {% block tw_description %}List your API once. AI agents worldwide discover and pay you automatically.{% endblock %} {% block json_ld %} {% endblock %} {% block extra_css %} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {# Hero #}
{{ t('nav.providers') if t else 'For Providers' }}

{{ t('providers.title') if t else 'List Your API on AgenticTrade' }}

{{ t('providers.subtitle') if t else 'Let AI agents worldwide discover, call, and pay for your API automatically.' }}

{{ t('providers.cta_list_api') if t else 'List Your API — Free for Month 1' }}
{# 5-Step Onboarding #} {{ t('providers.onboarding_eyebrow') if t else 'Onboarding' }}

{{ t('providers.five_steps_title') if t else 'Five Steps to Revenue' }}

{{ t('providers.five_steps_sub') if t else 'From registration to your first autonomous payment.' }}

1

{{ t('providers.step1_title') if t else 'Create a provider account' }}

{{ t('providers.step1_desc') if t else 'Generate a provider API key with a single API call: POST /api/v1/keys with role: \"provider\". Takes 10 seconds.' }}

2

{{ t('providers.step2_title') if t else 'Register your service' }}

{{ t('providers.step2_desc') if t else 'Submit your API details: name, description, base URL, pricing, and category. AgenticTrade auto-generates an MCP Tool Descriptor so AI agents can understand your API without human docs.' }}

3

{{ t('providers.step3_title') if t else 'Set your pricing' }}

{{ t('providers.step3_desc') if t else 'Choose per-call price in USD equivalent. Optionally offer free tier calls to let agents try before committing. You control the price — AgenticTrade never changes it.' }}

4

{{ t('providers.step4_title') if t else 'Configure your Proxy Key' }}

{{ t('providers.step4_desc') if t else 'Provide your real API key securely. AgenticTrade creates a Proxy Key so consuming agents never see your credentials. You can rotate your key anytime without breaking integrations.' }}

5

{{ t('providers.step5_title') if t else 'Start earning' }}

{{ t('providers.step5_desc') if t else 'AI agents discover your API via the MCP registry, call it through the proxy, and payments settle automatically in USDC, USDT, or fiat. Track everything in your provider dashboard.' }}

{# Benefits #}
{{ t('providers.benefits_eyebrow') if t else 'Benefits' }}

{{ t('providers.benefits_title') if t else 'Why Providers Choose AgenticTrade' }}

{{ t('providers.benefits_subtitle') if t else 'Built to maximize your revenue and minimize your overhead.' }}

🔍

{{ t('providers.benefit1_title') if t else 'Automatic Discovery' }}

{{ t('providers.benefit1_desc') if t else 'Your MCP Tool Descriptor makes your API discoverable by any AI agent. No SEO, no marketing — agents find you through the registry.' }}

🔒

{{ t('providers.benefit2_title') if t else 'Proxy Key Protection' }}

{{ t('providers.benefit2_desc') if t else 'Your real API key never leaves AgenticTrade infrastructure. Consuming agents only see the Proxy Key. Rotate credentials without disruption.' }}

💰

{{ t('providers.benefit3_title') if t else 'Low Commission' }}

{{ t('providers.benefit3_desc') if t else '0% for month 1, 5% for months 2–6, capped at 10%. RapidAPI charges 25% forever. On $10K/month revenue, that\'s $1,500/month more in your pocket.' }}

{{ t('providers.benefit4_title') if t else 'Automated Settlement' }}

{{ t('providers.benefit4_desc') if t else 'Revenue settles in USDC, USDT, or fiat via Stripe. No invoices to send, no billing support to handle. Payments flow automatically.' }}

📊

{{ t('providers.benefit5_title') if t else 'Per-Agent Analytics' }}

{{ t('providers.benefit5_desc') if t else 'See which agents call your API, how often, and how much they spend. Usage breakdowns, latency metrics, and error rates in your dashboard.' }}

🚀

{{ t('providers.benefit6_title') if t else 'Zero Integration Work' }}

{{ t('providers.benefit6_desc') if t else 'You have an API. We handle the rest — discovery, auth, billing, and settlement. No SDK to build, no webhook to maintain.' }}

{# Commission Growth Program #}
{{ t('providers.growth_eyebrow') if t else 'Growth Program' }}

{{ t('providers.growth_title') if t else 'Provider Growth Program' }}

{{ t('providers.growth_subtitle') if t else 'Commission grows gradually as you earn. Never exceeds 10%.' }}

{{ t('pricing.month1') if t else 'Month 1' }}

0%

{{ t('providers.growth_month1_desc') if t else 'List and test for free. Validate agent demand before committing.' }}

{{ t('pricing.months2_6') if t else 'Months 2–6' }}

5%

{{ t('providers.growth_months2_6_desc') if t else 'Low commission as your agent customer base grows.' }}

{{ t('pricing.month7_plus') if t else 'Month 7+' }}

10%

{{ t('providers.growth_month7_desc') if t else 'Capped forever. Volume discounts available for high-revenue providers.' }}

🏆

{{ t('providers.founding_badge_title') if t else 'Founding Seller Badge' }}

{{ t('providers.founding_badge_desc') if t else 'Providers who list during early access get a permanent Founding Seller badge — priority placement in search results and lower commission rates for life.' }}

{{ t('providers.cta_list_today') if t else 'List Your API Today' }}
{{ t('cta.no_credit_card') if t else 'No credit card required. 0% commission for your first month.' }}
{% endblock %}