Skip to main content

Decision Matrix

Integration Options

OpenAI Integration

When to use: You’re already using the OpenAI SDK
  • ✅ Minimal code changes
  • ✅ Automatic file operations
  • ✅ Works with existing OpenAI code
  • ❌ Currently limited to OpenAI models
OpenAI Integration Guide →

Tools

When to use: You’re using Anthropic Claude, multiple AI providers, or need framework flexibility
  • ✅ Works with OpenAI, Anthropic, and more
  • ✅ Provider-specific optimizations
  • ✅ Mix with your custom tools
  • ❌ Requires manual tool handling
Tools Integration Guide →

Core SDK & REST API

When to use: You need direct control or don’t use AI frameworks
  • ✅ No AI framework required
  • ✅ Full control over operations
  • ✅ Can integrate anywhere
  • ❌ No automatic AI integration
REST API Example:
Core Client Guide → | API Reference →

Next Steps

Still unsure? Start with the Quickstart using OpenAI Integration if you’re using OpenAI, or the Core Client for other frameworks.