Solution - Agent API

Agent as a service.
One API call.

Production research, compliance, and discovery agents behind a single HTTP endpoint. No prompt engineering, no model selection, no scraping infrastructure. Structured JSON with citations, billed per credit.

Agent library
Bulk discovery
Web monitors
MCP
Webhooks

Free signup includes 50 credits to evaluate in the portal. A company email address is required.

run an agent
curl -X POST https://api.agentika.ca/v1/agents/company-diligence/run \
  -H "x-api-key: agk_key_your_key" \
  -H "Content-Type: application/json" \
  -d '{ "input": { "company_name": "Stripe, Inc." } }'

{
  "request_id": "agk_req_8f21c04b",
  "status": "processing",
  "is_active": true,
  "links": { "poll": "/v1/requests/agk_req_8f21c04b" }
}

Best fit for - You need research, compliance, or discovery results inside your own product or workflow, not another dashboard to log into.

Agent library

15 agents live today. Each one is a single API call.

Same request shape for every agent: post your input, get structured JSON with citations. Credit cost is fixed per agent, so you can price your own product before you ship it.

Compliance

6 agents

Adverse Media

1 credit
adverse-media

Identify any adverse media related to the provided company name. Helpful for risk assessment during onboarding workflows and insurance underwriting.

Basic Company Search

2 credits
basic-company-search

Finds basic legal name, legal id, legal address and status of the company

Company Diligence

5 credits
company-diligence

Research and provide detailed company information including ownership, description, website, key markets, services, CEO profile, location, employee count, financials, and recent news. Helpful for informing investment decisions.

Company Risk Analysis

5 credits
company-risk-analysis

Conduct comprehensive risk assessment of a company's structure, operations, and potential vulnerabilities. Essential for compliance officers, risk managers, and due diligence professionals evaluating business partnerships and investment opportunities.

Regulatory Watchlist

1 credit
regulatory-watchlist

Given a keyword or company name, check whether it appears in recent updates from major U.S. regulatory watchlists — like OFAC (Sanctions), SEC enforcement actions, CFPB complaints, or FDA warning letters. This is incredibly helpful for compliance teams, risk managers, or regulated industries doing continuous monitoring of entities or topics — and it's something they'd run weekly or daily.

UBO Verifier

5 credits
ubo

Identifies Ultimate Beneficial Owners and Directors/Officers for compliance

Sales

3 agents

Company Classification

1 credit
company-classification

Analyze a company's website to determine its business model (B2B/B2C), size classification, and physical presence. Essential for sales teams to understand their target companies better.

Company Overview

1 credit
company-overview

Extract the overview of any company, given the company name. Helpful for sales automation workflows and CRM enrichment.

Recent News

1 credit
recent-news

Research and identify recent news and press releases about specific topics from a company. Helpful for sales teams to stay updated on potential opportunities and company developments.

Research

1 agent

Free-form Deep Research

5 credits
freeform-deep-research

Run a cited free-form research task for business, market, company, or prospect questions.

Finance

1 agent

Funding History Analysis

3 credits
funding-history-analysis

Extract and analyze a company's funding history, including details of all funding rounds, investment amounts, and key investors. Essential for VCs, finance analysts, and corporate development teams to quickly assess company maturity, capital structure, and investor backing.

Product

1 agent

Competitor Analysis

2 credits
competitor-analysis

Conduct comprehensive competitive analysis to identify and analyze top competitors. Essential for product teams to understand market positioning, identify gaps in product offerings, and make strategic product decisions.

Marketing

1 agent

Social Media Profile Finder

1 credit
social-media-profile-finder

Given a company name or domain, return verified links to its official social media profiles across key platforms. Useful for marketing teams doing audits, competitive tracking, or preparing influencer/partner outreach.

General

2 agents

Fact Checker

1 credit
fact-checker

Fact check any claims by providing text or URL

Person Professional Search

5 credits
person-professional-search

Finds Person Name, Company, Linkedin_url, X_url, Email, Job_title, Education, Previous_Companies and Years of Experience

Need one that is not here? Custom agent builds are included in the Platform Partnership. We scope it with you, build it, and add it to your library, where it works exactly like the agents above.

Beyond single agents

Three things the agent library alone cannot do.

Bulk discovery

Describe the companies you want. Get a verified list.

One natural-language query in, a list of matching companies out, each one researched and verified rather than pulled from a stale database. Poll for status, then pull JSON or export CSV.

"Canadian B2B SaaS companies, 20-200 employees, hiring SDRs or sales ops"
  • Quality tiers trade cost against how niche the matches are
  • Extend a finished search for more results without starting over
  • Inspect matched and unmatched candidates to tune your query

Web monitors

Watch the web on a schedule, get told when it changes.

Register a query once and we re-run it hourly, daily, or weekly, charging credits per run. Events land on your webhook, or you pull them when convenient.

"New enforcement actions naming any of our onboarded merchants"
  • Pause and resume without losing history
  • Events are queryable, so a missed webhook is never a lost event
  • Monitors pause automatically at zero credits and resume on top-up

MCP

The same agents inside Claude, Cursor, and any MCP client.

Point an MCP client at our endpoint with your API key and the agent library shows up as tools your assistant can call. Same credits, same results, no separate integration.

https://api.agentika.ca/mcp
  • List the agent library and check your credit balance from the client
  • Run any agent by slug and get the result inline
  • Authenticates with the API key you already have
Developer experience

Three calls from query to
structured results

Describe the companies you want, start a search, and pull results into your workflow. The same request-then-poll shape works for every agent and for bulk discovery.

01

Start Search

Send one natural-language query for a list of matching businesses.

02

Poll Status

Use the request ID to check progress while candidates are matched.

03

Use Results

Pull structured JSON or CSV into your CRM, spreadsheet, or workflow.

curl -X POST https://api.agentika.ca/v1/discover/search \
  -H "x-api-key: agk_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "Find Canadian B2B SaaS companies, 20-200 employees, hiring SDRs or sales ops",
    "limit": 25,
    "quality": "high"
  }'

# Response
{
  "request_id": "agk_fa_123",
  "status": "processing",
  "quality": "high",
  "limit": 25,
  "message": "Search started. Poll GET /v1/discover/{request_id} for status."
}
How we work together

One plan. Not a pricing page you need a spreadsheet for.

One monthly fee for the relationship: support, consulting, and custom agent builds. Credits for what you actually run.

Platform Partnership

Everything you need to ship, in one plan.

Pricing is shared in the portal after you sign in, or on a call.

  • 2,000 credits every month, included
  • Custom agent builds scoped, built, and added to your library
  • 2 hours of consulting each month
  • Direct support from the people who built the platform
  • Recommendations on third-party tools when buying beats building
  • Full API and MCP access

Credits that keep up

2,000credits included monthly

Top up in packs of 10,000 credits whenever you need more. Credits never expire and roll over month to month.

Evaluate first

50free credits

Free signup includes 50 credits to evaluate in the portal. A company email address is required. The free tier runs agents in the portal; API and MCP access come with the partnership.

Ready to put agents
behind your own API calls?

Sign up free with 50 credits and run agents in the portal today. When you are ready to integrate, the partnership adds full API and MCP access.

Company email required to sign up.

50 free credits
Credits never expire
API & MCP access