Access 40+ AI models, 600K+ indexed FiveM & RedM scripts, and a full REST API to generate production-ready code programmatically. Build integrations, automate workflows, and extend your development pipeline.
A complete developer toolkit — REST API, SDKs, webhooks, and pre-built templates to accelerate your FiveM & RedM development.
Full-featured RESTful API with projects, generations, deployments, and template endpoints.
Official JavaScript/TypeScript and Lua SDKs with full type definitions and auto-complete.
Real-time event notifications for generation completion, deployments, and project updates.
Pre-built ESX, QBCore, and QBX templates — vehicle garages, police MDTs, item shops, and more.
Get started in minutes with our official JavaScript/TypeScript SDK. Initialize the client, make a call, and get production-ready code back.
import { FiveStack } from "@fivestack/sdk";
const client = new FiveStack({
apiKey: process.env.FIVESTACK_API_KEY,
});
// Generate a FiveM script from a prompt
const generation = await client.generations.create({
project_id: "proj_abc123",
prompt: "ESX vehicle garage with NUI",
model: "anthropic/claude-sonnet-4-5-20250929",
framework: "esx",
});
console.log(generation.files);Different keys for different environments. Keep production safe, test freely in sandbox, and automate deployments with CI keys.
Full API access with credit consumption. Use in production environments.
Full API access with no credit consumption. Perfect for development and testing.
Limited to deployment endpoints only. Built for automated pipelines.
Apply for developer access and get your API keys in under 48 hours. Start integrating FiveStack into your workflow today.
Standard accounts: 60 requests/minute. Pro accounts: 300 requests/minute. Base URL: https://api.fivestack.dev/v1