@aiseo/cli
v0.2.0
Published
CLI for AI SEO Engine - programmatic access for agents and automation
Maintainers
Readme
@aiseo/cli
Command-line interface for AI SEO Engine — programmatic access for agents and automation.
Install
npm install -g @aiseo/cliSetup
- Get your API key at aiseoengine.studio/app/profile
- Set your environment variable:
export AISEO_API_KEY=aiseo_your_key_here- Verify:
aiseo auth statusCommands
| Command | Description |
|---------|-------------|
| aiseo auth status | Check authentication and account info |
| aiseo projects list\|create\|update\|delete | Manage SEO projects |
| aiseo content list\|create\|update\|delete\|import | Manage content items and bulk import |
| aiseo jobs start\|status\|wait\|cancel\|list | Run AI content generation jobs |
| aiseo categories list\|create | Organize content by category |
| aiseo config get\|set | Configure project settings |
| aiseo topical-map | Generate a topical authority map |
| aiseo content-types list | List available content type templates |
| aiseo statuses | View workflow statuses |
| aiseo usage | View usage analytics and quotas |
| aiseo drive folder | Get Google Drive folder for a project |
| aiseo doctor | Diagnose configuration issues |
Quick Start
# Create a project
aiseo projects create --name "Tech Blog" --url "https://techblog.com"
# Configure it
aiseo config set --project proj_abc --language "English" --country "US"
# Generate a topical map
aiseo topical-map --project proj_abc
# Add content
aiseo content create --project proj_abc --keyword "best seo tools 2026"
# Start generation
aiseo jobs start --project proj_abc --content ci_123
# Wait for completion
aiseo jobs wait --id job_xyzOptions
All commands support:
--pretty— Pretty-print JSON output--field <name>— Extract a single field (raw value, ideal for piping)
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| AISEO_API_KEY | Yes | API key from your profile page |
| AISEO_BASE_URL | No | API base URL (default: https://aiseoengine.studio) |
MCP Server
Prefer a chat-based workflow? Connect directly from Claude, Cursor, or any MCP-compatible tool:
https://aiseoengine.studio/api/mcpNo installation needed. See the MCP setup guide for details.
