Skip to Content

API Playground

Test the isA API directly in your browser.

Agent Chat

Try the agent API with different prompts and configurations.

POSThttps://api.isa.io/v1/agent/chatDemo Mode

Agent with Tools

Test an agent that can use tools like web search and code execution.

POSThttps://api.isa.io/v1/agent/runDemo Mode

RAG Query

Test retrieval-augmented generation with your documents.

POSThttps://api.isa.io/v1/rag/queryDemo Mode

Code Execution

Test the code interpreter tool.

POSThttps://api.isa.io/v1/tools/code_interpreterDemo Mode

API Reference

For full API documentation, see:

Get Your API Key

To use the real API (not demo mode):

  1. Sign up at dashboard.isa.io 
  2. Create a new API key
  3. Replace YOUR_API_KEY in your requests
export ISA_API_KEY="your-api-key-here"
Was this page helpful?