LIMITED TIME: Get 50% OFF your first year! Use code LAUNCH50 Claim Now →

1-833-GOSITEME Call Us 24/7 - Toll Free
1-833-GOSITEME
Toll-Free 24/7
AI Hosting Token Packs SSL Certificates Training Server Support Build AI Server
GoCodeMe Online Download Editor Alfred AI — 875+ Tools Voice & AI Products — From $3/mo
Tool Directory Marketplace Pricing About Us Use Cases Compare Enterprise Documentation Changelog Fleet Dashboard Conference Rooms API Reference Getting Started Developer Portal Extensions IVR Builder Agent Templates Conversations Team Workspace SDKs Webhooks Analytics Creator Dashboard Help Center Security
Power-Up Add-Ons Domains News Contact Affiliate Program — Earn 20%
Français Login Get Started
Developer Portal

Build with Alfred API

Access 875+ AI tools, voice agents, fleet management, and more through our REST API. Ship AI-powered features in minutes.

curl -X POST https://api.gositeme.com/v1/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"message": "Deploy WordPress to staging.example.com"}'
API Reference

API Overview

Six powerful APIs covering every aspect of the Alfred AI platform.

Chat API

  • Send messages and get AI-powered responses
  • Streaming support with Server-Sent Events
  • Conversation context and memory
View Docs →

Tools API

  • Execute any of 875+ tools programmatically
  • Category-based filtering and search
  • Custom tool creation and publishing
View Docs →

Agents API

  • Create, configure, and deploy AI agents
  • Define personality, tools, and behaviors
  • Monitor agent performance and logs
View Docs →

Fleet API

  • Manage agent fleets at scale
  • Intelligent routing and load balancing
  • Real-time monitoring and alerting
View Docs →

Voice API

  • Initiate and manage AI-powered calls
  • Conference rooms with live collaboration
  • Call recording and transcription
View Docs →

Marketplace API

  • Browse and install tools and agents
  • Publish your own tools to the marketplace
  • Revenue sharing and analytics
View Docs →
SDKs

Official SDKs

First-class support for Node.js, Python, and PHP. Install and start building in seconds.

Node.js npm install alfred-ai-sdk
import { Alfred } from 'alfred-ai-sdk';

const alfred = new Alfred('your_api_key');
const response = await alfred.chat('Deploy WordPress');
console.log(response.message);
Python pip install alfred-ai
from alfred_ai import Alfred

client = Alfred(api_key="your_api_key")
response = client.chat("Deploy WordPress")
print(response.message)
PHP composer require gositeme/alfred-ai
use GoSiteMe\Alfred\Client;

$alfred = new Client('your_api_key');
$response = $alfred->chat('Deploy WordPress');
echo $response->message;
Authentication

API Keys

Sign up to get your API key and start building with Alfred.

Create Free Account
Rate Limits

Rate Limits by Tier

Generous limits on every tier. Need more? Upgrade anytime or contact sales for custom limits.

Tier Requests / min Burst / sec Daily Limit
Free 100 5 1,000
Starter 300 10 10,000
Professional 1,000 30 100,000
Enterprise 5,000 100 500,000
Enterprise+ 10,000 200 Unlimited
Webhooks

Webhook Events

Subscribe to real-time events and build reactive integrations.

agent.created Fired when a new AI agent is created and configured.
agent.deployed Fired when an agent is deployed and becomes active.
agent.error Fired when an agent encounters an error during execution.
agent.status_changed Fired when an agent's status changes (active, paused, stopped).
call.started Fired when a voice call is initiated and connected.
call.ended Fired when a call ends, includes duration and transcript.
call.transferred Fired when a call is transferred to another agent or human.
call.recorded Fired when a call recording is available for download.
fleet.deployed Fired when a fleet is deployed with its agent configuration.
fleet.alert Fired when a fleet health alert or threshold is triggered.
fleet.agent_joined Fired when a new agent is added to a fleet.
fleet.agent_left Fired when an agent is removed from a fleet.
billing.payment_succeeded Fired when a payment is successfully processed.
billing.payment_failed Fired when a payment attempt fails.
billing.usage_alert Fired when API usage reaches 80% or 100% of plan limits.
Try It

API Playground

Test API endpoints live. Enter your API key, pick an endpoint, and send a request.

Request Body
Response
Response will appear here…

Ready to build?

Join thousands of developers building with Alfred AI. Start for free today.

Get Started Free

Someone from somewhere

just launched website.com

Just now