Dashboard

All you need.

β€œScrape every competitor's pricing page, enrich leads from LinkedIn, generate product images, and send the report via email.”

Instant access to 1000+ paid skills β€” search, scraping, AI models, images, audio, verification, and automation. Pay per use. No vendor accounts. One CLI command.

Quick Start

1. Get an API Key

Sign in to the Aporto Dashboard and generate an API key.

export APORTO_API_KEY="sk-live-your_key_here"

2. Install the CLI

npm install -g @aporto-tech/sdk

3. Discover & Run Skills

aporto discover "generate image"
aporto run 4 --param prompt="a cat on the moon" --wait

1000+ skills: Search, Scraping, Browser, AI Models, Image, Audio, Video, Verification, Automation, Email, Maps, Documents, and more.

Alternative: MCP Server

If you're using an AI agent (Claude Code, Cursor, Windsurf, Codex), you can add Aporto as an MCP server instead:

claude mcp add --transport http aporto https://app.aporto.tech/api/mcp \
  --header "Authorization: Bearer $APORTO_API_KEY"

See MCP Setup for Cursor, Windsurf, and other clients.

Next: Getting Started β€” full CLI walkthrough with examples.