Tambo Lockup
DiscordGitHub ⭐ 0Dashboard
Generative UI toolkit for ReactQuickstartAdd Tambo to an existing app

Concepts

Generative User Interfaces
ToolsAdditional ContextConversation StorageSkillsAgent Configuration
Model Context Protocol
User Authentication

Guides

Tambo Skills for Coding AgentsAdd a Skill to Your Agent
Setup a New Project
Enable Generative UI
Build Complete Conversation Interfaces
Give Tambo Extra Context
Let Tambo Take Actions
Connect MCP Servers

Best Practices

Coding Agent MD RulesComponent Props and Performance

Reference

REST API
CLI
LLM Providers
API Problems
Validation ErrorNot FoundForbiddenConflictEndpoint Deprecated

Examples and Templates

Chat Starter AppExpo Mobile AppSupabase MCP Client AppTambo MCP Server
Loading...

API Problems

Reference for error responses returned by the Tambo Cloud API.

When a Tambo Cloud API request fails, the response body follows a structured problem format with a type URI, human-readable title, HTTP status code, and a detail message explaining what went wrong. Each error type is documented below with its causes and how to resolve it.

Validation Error
Error response when a request fails input validation
Not Found
Error response when a requested resource does not exist
Forbidden
Error response when the request is not allowed for the current project or configuration
Conflict
Error response when the request cannot be completed due to the current state of the resource
Endpoint Deprecated
Error response when calling a deprecated API endpoint

Reasoning Models

Configure and use advanced reasoning capabilities in models that show their thinking process.

Validation Error

Error response when a request fails input validation