AI Agents for Developers

A simple, powerful API that lets you integrate custom AI agents into any application

curl -X POST "https://yuzu.chat/api/agent/YOUR_AGENT_ID"

Why Developers Love Our API

Lightning Fast

Responses in milliseconds with global edge deployment

99.9% uptime SLA
Streaming responses

Developer First

Built by developers, for developers

Comprehensive documentation
Deployment in seconds

Intelligent Context

Your agents remember conversations and learn from data

Conversation memory
Document retrieval with RAG

Enterprise Ready

Security and compliance built-in

Domain restrictions
Token-based authentication
const response = await fetch("https://yuzu.chat/api/agent/YOUR_AGENT_ID", {
    method: "POST",
    headers: {
        "Content-Type": "application/json",
        "Authorization": "Bearer YOUR_API_TOKEN"
    },
    body: JSON.stringify({ prompt: "Your message here" })
}).then(res => res.json())

console.log(response.response)

Build Amazing Experiences

Customer Support

Build AI agents that handle customer inquiries 24/7, reducing response times and support costs.

Knowledge Base Search

Create intelligent search experiences that understand user intent and provide relevant answers.

Code Assistant

Integrate AI coding assistants that help developers write, debug, and optimize code.

Workflow Automation

Build agents that automate complex workflows and business processes.

API Reference

Endpoint

POST https://yuzu.chat/api/agent/:agentId

Headers

HeaderDescription
Content-Typeapplication/json
AuthorizationBearer YOUR_API_TOKEN

Request Body

ParameterTypeDescription
promptstringThe message to send to the agent

Response

FieldTypeDescription
responsestringThe agent's response to the prompt

Error Responses

Status CodeDescription
400Invalid request body
401Invalid API token
403API access not enabled or origin not allowed
404Agent not found
500Internal server error

Get Started in Minutes

Start building with the yuzu.chat API today. No complicated setup, no lengthy approval process.

Create Your API Token
1

Create an Agent

Design your AI agent with custom knowledge

2

Enable API Access

Generate your API token in the dashboard

3

Integrate & Deploy

Add AI capabilities to your app in minutes