18+ agents.
Ready to run.

Every agent is prompt-engineered, tested, and drops straight into your workflow. Run them from the CLI, the dashboard, or import them directly into your Node.js app.

$ axiom list # see all agents
Abstract AI agent network
Research Agent
Research
Deep research on any topic using web search and synthesis. Returns structured, cited findings in a scannable format.
web_search web_scrape
$ axiom try research "your topic"
Data Analyst
Research
Interprets datasets, surfaces key trends and anomalies, and produces plain-English commentary with recommendations.
file_reader
$ axiom try data-analyst "analyze dataset"
Code Reviewer
Engineering
Reviews code for bugs, style issues, security vulnerabilities, and improvement opportunities. Works on any language.
file_reader
$ axiom try code-review "review my auth"
Bug Triager
Engineering
Triages bug reports, classifies severity, identifies likely root causes, and suggests reproduction steps and fixes.
No external tools
$ axiom try bug-triager "describe the bug"
Documentation Agent
Engineering
Generates clear, structured documentation from code, descriptions, or rough notes. Outputs Markdown by default.
file_reader
$ axiom try documentation-agent "my API"
Technical Spec Agent
Engineering
Writes technical specifications from high-level feature descriptions. Covers architecture, edge cases, and open questions.
No external tools
$ axiom try technical-spec-agent "feature"
Test Plan Agent
Engineering
Generates comprehensive test plans including unit, integration, and edge case scenarios for a given feature or module.
No external tools
$ axiom try test-plan-agent "feature"
Release Notes Agent
Engineering
Converts git commit messages or a raw list of changes into clean, audience-appropriate release notes.
No external tools
$ axiom try release-notes-agent "changes"
PRD Writer
Product
Generates structured product requirement documents from a brief description — sections, user stories, and acceptance criteria.
No external tools
$ axiom try prd-writer "your feature"
Customer Feedback Synthesizer
Product
Processes raw customer feedback (NPS, support tickets, reviews) and extracts themes, sentiment, and prioritized insights.
No external tools
$ axiom try customer-feedback-synthesizer
Content Writer
Marketing
Creates polished blog posts, landing page copy, and product marketing content from a one-line brief and tone description.
No external tools
$ axiom try content-writer "launch post"
SEO Auditor
Marketing
Audits a page or content brief for SEO — keyword opportunities, title/meta improvements, structure, and content gaps.
web_search web_scrape
$ axiom try seo-auditor "your page topic"
Competitor Analyzer
Business
Analyzes competitors and surfaces positioning opportunities, pricing gaps, and messaging weaknesses.
web_search web_scrape
$ axiom try competitor-analyzer "vs Notion"
Sales Prospector
Business
Identifies and qualifies high-fit leads for outbound sales based on your ICP description. Returns a prioritized prospect list.
web_search
$ axiom try sales-prospector "your ICP"
Market Sizing Agent
Business
Estimates TAM, SAM, and SOM for a given market using top-down and bottom-up research. Surfaces assumptions and sources.
web_search web_scrape
$ axiom try market-sizing-agent "market"
Email Drafter
Operations
Drafts professional emails from a brief description of intent, recipient, and tone. Subject line included.
No external tools
$ axiom try email-drafter "cold outreach"
Meeting Summarizer
Operations
Condenses meeting transcripts into actions, decisions, and owners. Works on raw or cleaned transcripts from any tool.
No external tools
$ axiom try meeting-summarizer "transcript"
Customer Support Agent
Operations
Drafts empathetic, accurate support responses from a ticket description and context. Reduces first-reply time significantly.
No external tools
$ axiom try customer-support-agent "ticket"
Financial Analyst
Finance
Analyzes financial data, produces structured commentary on trends, margins, and anomalies. Suitable for board decks and investor updates.
file_reader
$ axiom try financial-analyst "Q1 data"
Proposal Writer
Business
Writes professional business proposals from a brief — scope, pricing rationale, timeline, and call-to-action included.
No external tools
$ axiom try proposal-writer "describe deal"

Don't see what you need?

Build your own agent in minutes with axiom create. Define the system prompt, tools, and parameters — axiom handles the rest.

Build your own agent →