Build AI-Powered Experiences with Fig1 SDK

Integrate conversational AI, content management, and RAG capabilities into your applications with our simple REST API.

Everything You Need

Conversational AI

Powered by Claude. Multi-turn conversations with context retention, custom personas, and intelligent responses.

RAG Search

Semantic search across your knowledge base. Hybrid search, re-ranking, and context-aware retrieval.

Content Management

Manage and deliver content through your AI. Articles, products, FAQs, and more.

Simple Integration

const response = await fetch('https://app.fig1.ai/api/sdk/agent/chat', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-Fig1-API-Key': 'your-api-key'
  },
  body: JSON.stringify({
    message: 'What products do you recommend?',
    sessionId: 'optional-session-id',
    personaId: 'optional-persona-id'
  })
});

const data = await response.json();
console.log(data.data.message);
// "Based on your preferences, I recommend..."

That's it. No complex setup, no SDKs to install—just REST.

Ready to Get Started?

Sign up for free and start building AI-powered experiences today.

Create Free Account