Chat API
- Send messages and get AI-powered responses
- Streaming support with Server-Sent Events
- Conversation context and memory
Access 13,000+ AI tools via 6 providers, voice agents, fleet management, deep research, creative AI, and more through our REST API.
Use the official browser IDE to write, test, and ship inside the GoSiteMe platform with Alfred built directly into the workflow.
SDKsStart quickly with the official Node.js, Python, PHP, and Game Engine SDK surfaces instead of wiring raw requests by hand.
ExtensionsRoute developers into Chrome, VS Code, CLI, and integration surfaces so the builder story extends beyond the portal page.
OnboardingUse the getting-started and API reference docs when you want the shortest route from key generation to first useful integration.
SourceExplore our public source code on GoForge — Alfred Linux build system, Commander extension, AI agent runtime, and more.
curl -X POST https://gositeme.com/api/v1/chat \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"message": "Deploy WordPress to staging.example.com"}'
Sign up for a free account and generate your API key instantly. No credit card required to start building.
Generate Key →Follow our step-by-step guide to make your first API call. Authentication, request formatting, and response handling explained.
View Guide →Browse our complete catalog of AI tools across 22 categories. Legal, education, healthcare, DevOps, security, and more.
Browse Tools →20+ powerful APIs covering every aspect of the Alfred AI platform — from tools and agents to creative AI, deep research, and domain-specific verticals.
First-class support for Node.js, Python, PHP, and the Game Engine. Install and start building in seconds.
import { Alfred } from 'alfred-ai-sdk'; const alfred = new Alfred('your_api_key'); const response = await alfred.chat('Deploy WordPress'); console.log(response.message);
from alfred_ai import Alfred client = Alfred(api_key="your_api_key") response = client.chat("Deploy WordPress") print(response.message)
use GoSiteMe\Alfred\Client; $alfred = new Client('your_api_key'); $response = $alfred->chat('Deploy WordPress'); echo $response->message;
// Build immersive 3D WebXR multiplayer games with v2.1 const game = new GoSiteMeGame({ name: 'My 3D Game', scene: { shadows: true, fogDensity: 0.03 }, wsChannel: 'vr:my-game', // multiplayer proximityAudio: true, // spatial sound by distance agentNegotiation: true, // AI challenge dialogues gamepad: true, // USB/Bluetooth gamepad vr: true, // WebXR support }); game.start(); // 18 modules — rendering, camera, audio, AI, negotiation, gamepad…
Sign up to get your API key and start building with Alfred.
Create Free AccountGenerous limits on every tier. Need more? Upgrade anytime or contact sales for custom limits.
| Tier | Requests / min | Burst / sec | Daily Limit |
|---|---|---|---|
| Founders Free (2026) | 300 | 10 | 10,000 |
| Starter | 300 | 10 | 10,000 |
| Professional | 1,000 | 30 | 100,000 |
| Enterprise | 5,000 | 100 | 500,000 |
| Enterprise+ | 10,000 | 200 | Unlimited |
Subscribe to real-time events and build reactive integrations.
Test the live same-origin /api/v1 endpoints. Enter your API key, pick a current resource, and send a request.
Join thousands of developers building with Alfred AI. Start for free today.
Someone from somewhere
just launched website.com
Just now