Integrations
Connect your AI agents to 22+ services. One-click OAuth, pay only for what you use.
Loading integrations...
How It Works
Connect with OAuth
Click connect, authorize with your account. One-time setup, no API keys needed.
Use in Your AI Agent
Your AI agent can now send emails, create issues, post messages automatically.
Pay Per Action
$0.001 per action. No monthly fees. Only pay when your agent takes action.
Use with Any AI Agent
Works with Claude Code, Cursor, Windsurf, or any OpenAI-compatible client
# Send email via Gmail
curl -X POST "https://api.skillboss.co/v1/run" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "composio/gmail-send",
"inputs": {
"to": "user@example.com",
"subject": "Hello from AI",
"body": "This email was sent by my AI agent!"
}
}'
# Create GitHub issue
curl -X POST "https://api.skillboss.co/v1/run" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "composio/github-issue",
"inputs": {
"repo": "owner/repo",
"title": "Bug: Something is broken",
"body": "Found by AI agent during analysis"
}
}'Browse All Integrations
600+ APIs, 1300+ skills — the complete toolkit for AI agents
AI Agents
Tell your agent:
set up skillboss.co/skill.mdAuto-configures base URL, auth, and model access. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible agent.
Developers
1. Get API key at skillboss.co/console
2. POST to api.skillboss.co/v1/run
3. Pick a model from 600+ APIs
Pay-as-you-go. $2 free credit. No subscription required.