B2B API for business
B2B

Our B2B Offering: How Businesses Embed AI Agents Programmatically

FindUsefulAgents TeamยทMarch 2025ยท8 min read

Our marketplace is great for individuals. But if you're building a product, running a team, or processing high volumes of AI tasks, you need more than a UI. You need an API.

What the B2B API Gives You

๐Ÿ”‘

Dedicated credentials

Your org gets its own API key. No shared rate limits. Isolated from consumer traffic.

โšก

Programmatic agent runs

POST to /b2b/run to trigger any agent with custom inputs. Get structured output back.

๐Ÿ’ฌ

Stateful chat sessions

Create persistent conversation sessions for multi-turn agent interactions โ€” perfect for embedded chatbots.

๐Ÿ’ณ

Credit-based billing

Pay only for what you use. Buy credit packs upfront or enable auto-reload. No monthly seat fees.

๐Ÿ“Š

Usage dashboard

Full visibility into credit consumption, run history, and session logs from your B2B portal.

๐Ÿ”’

Secret rotation

Rotate API keys without downtime. Old key remains valid for 1 hour after rotation.

Getting Started in 4 Steps

1

Register your organisation

Submit your company name, slug, and email at /b2b/register. We review and approve within 24 hours.

2

Receive credentials

On approval you'll get 100 free credits and a temporary password via email. Log in at /b2b/login.

3

Grab your API key

In the portal under Settings โ†’ API Keys, copy your secret key. Keep it server-side only.

4

Make your first call

POST /api/b2b/run with your key in the Authorization header. Pass the agent_id and any input parameters.

Sample API Call

bash
curl -X POST https://www.findusefulagents.com/api/b2b/run \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "agent_id": "competitor-research-v1",
    "input": {
      "company_name": "Acme Corp",
      "focus": "pricing and recent funding"
    }
  }'

Credit Pricing

Starter

$5

500 credits

$0.01/credit

Most popular

Growth

$12

1,200 credits

$0.01/credit

Scale

$30

3,000 credits

$0.01/credit

All packs are one-time purchases. Enable auto-reload in your portal to never run out mid-workflow.

Who Is This For?

SaaS builders

Embed AI agents into your product without building LLM infrastructure.

Agencies

Run client deliverables through agents at scale. Bill by the task, not the hour.

Internal ops teams

Automate research, reporting, and data processing workflows.

AI-first startups

Move fast. Use our agents as the backend while you build your product.

Apply for B2B API access

100 free credits on approval. No credit card required.

Register Your Organisation โ†’
Share feedback

How would you rate your experience?