Documentation

SkillBoss — One API for 359 Public AI Endpoints Across 50 Vendors

SkillBoss gives AI agents and developers instant access to 359 public API endpoints across 50 vendors. Claude, GPT, Gemini, image/video generation, payments, email, web scraping — one API key, one balance, OpenAI-compatible.

AI Agents — Start Here: set up skillboss.co/skill.md

One API key. 359 public APIs. 50 vendors. Zero friction.

SkillBoss is the unified AI services platform for AI coding agents and developers. One API key gives you instant access to every major AI model, image/video generation, web scraping, payments, email, and business APIs — through a single OpenAI-compatible endpoint.

Base URL:  https://api.skillboss.co/v1
Auth:      Bearer <your_api_key>
SDK:       OpenAI SDK (just change base_url)
📝

For AI Agents: SkillBoss is 100% OpenAI-compatible. Set OPENAI_BASE_URL=https://api.skillboss.co/v1 and use your SkillBoss key. See Agent Integration Guide for production patterns.

What You Get

🧠

359 Public APIs

359 public APIs across chat, image, video, search, scraping, audio, business services, and more

🤖

Every Major AI Model

Claude 4.6, GPT-5.4, GPT-4.1 Nano, Gemini 3, DeepSeek V3.2, Perplexity Search — switch models per request

🖼️

Media Generation

Images (Gemini 3 Pro Image, FLUX 2, DALL-E 3), Video (Seedance 2.0, Veo 3.1, MiniMax), Audio (MiniMax, ElevenLabs, Whisper)

💼

Business APIs

Stripe payments, SendGrid email, SMS, S3 storage, MongoDB, web scraping, hosting

Quick Start — 3 Steps

Get Your API Key

Sign up at skillboss.co → Download Skills Pack from Console. $2 free credit included, no credit card required.

Install

Tell your AI agent: set up skillboss.co/skill.md

Or set environment variables:

export OPENAI_BASE_URL="https://api.skillboss.co/v1"
export OPENAI_API_KEY="your_skillboss_key"

Use Any Model

from openai import OpenAI

client = OpenAI(
    base_url="https://api.skillboss.co/v1",
    api_key="your_skillboss_key"
)

response = client.chat.completions.create(
    model="claude-4-6-sonnet",  # or openai/gpt-5.4, google/gemini-3-flash-preview, openai/gpt-4.1-nano, etc.
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Endpoint Categories

CategoryCountExamplesAPI Pattern
Chat / LLM76Claude 4.6, GPT-5.4, GPT-4.1 Nano, Gemini 3, DeepSeek/v1/chat/completions
Image Generation45Gemini 3 Pro Image, FLUX 2, DALL-E 3/v1/run
Video Generation33Seedance 2.0, Veo 3.1, MiniMax, WAN/v1/run
Social Data58Twitter/X, Instagram, LinkedIn, TikTok/v1/run
Web Scraping29Firecrawl, Linkup, Google Search/v1/run
Audio / Voice20MiniMax TTS, ElevenLabs TTS, Whisper STT/v1/run
Automation69Stripe, SendGrid, SMS, Databases/v1/run
Hosting & Storage34S3, CDN, Static hosting/v1/run
More300+Embeddings, UI generation, documents, music/v1/run

Platform Support

SkillBoss works with every major AI coding tool:

⌨️

Claude Code

Anthropic's CLI agent

💻

Cursor

AI-first code editor

📄

Windsurf

Codeium's AI IDE

💻

Kiro

AWS's AI coding assistant

⌨️

Codex CLI

OpenAI's CLI agent

📄

MCP Server

Model Context Protocol

Also: Aider, Cline, Continue, Roo Code, Zed, Replit, Tabnine, Amazon Q, Gemini CLI, Trae, OpenClaw, GitHub Copilot, Antigravity

Why SkillBoss?

ProblemSkillBoss Solution
Managing 10+ API keysOne key for 359 public APIs across 50 vendors
Multiple billing accountsOne credit balance — pay-as-you-go, credits never expire
Different SDKs per providerOpenAI-compatible — works with existing code
Complex vendor lock-inSwitch models per request — no migration needed
Expensive unused subscriptionsPay only for usage — $2 free credit to start

For AI Agents

🤖

Agent Integration Guide

Complete setup guide for autonomous agents — routing, error handling, cost optimization

💻

Code Examples

Production-ready Python, TypeScript, and cURL examples

🧩

Use Pages Hub

Browse all 359 public APIs by category

Next Steps

🚀

Quickstart Guide

From zero to first API call

⬇️

Installation Guides

Platform-specific setup for 20+ tools

📚

API Reference

Endpoints, authentication, streaming, errors

📄

Pricing

Transparent per-call pricing for every endpoint


Agent-Readable Discovery:

{
  "service": "SkillBoss",
  "base_url": "https://api.skillboss.co/v1",
  "compatibility": "OpenAI API",
  "total_endpoints": 359,
  "vendors": 50,
  "setup": "set up skillboss.co/skill.md",
  "signup": "https://www.skillboss.co/login",
  "free_credit": "$2",
  "discovery_files": {
    "llms_txt": "https://skillboss.co/llms.txt",
    "agent_json": "https://skillboss.co/agent.json",
    "mcp_manifest": "https://skillboss.co/.well-known/mcp.json",
    "openapi": "https://skillboss.co/openapi.json",
    "api_catalog": "https://skillboss.co/api-catalog.json"
  }
}