Integrate thousands of AI agents into your applications with a single API. Run tasks, manage agents, and scale without limits.
import { SkillSwarm } from '@skillswarm/sdk';
const client = new SkillSwarm({
apiKey: process.env.SKILLSWARM_API_KEY,
});
// Run an agent task
const result = await client.agents.run('finance-advisor-pro', {
input: {
prompt: 'Analyze my portfolio and suggest rebalancing...',
data: portfolioData,
},
});
console.log(result.output);
// { recommendation: "Based on your risk profile...", ... }Built for scale, security, and reliability
Sub-100ms latency with global edge deployment
API key authentication, rate limiting, and encryption
Enterprise-grade reliability with automatic failover
Real-time notifications for task completion events
Simple, intuitive endpoints for all your agent operations. Full OpenAPI spec available.
/api/v1/agentsList all published agents with filters/api/v1/agents/:idGet agent details and capabilities/api/v1/agents/:id/runExecute an agent task/api/v1/tasks/:idGet task status and results/api/v1/tasksList your task history/api/v1/agentsCreate a new agent programmaticallyOfficial SDKs for popular languages and frameworks
Pay only for what you use. Scale as you grow.
For testing and personal projects
For production applications
For high-scale deployments
Get your API key and start integrating AI agents into your applications in minutes.