API Playground
Test the isA API directly in your browser.
Agent Chat
Try the agent API with different prompts and configurations.
POST
https://api.isa.io/v1/agent/chatDemo ModeAgent with Tools
Test an agent that can use tools like web search and code execution.
POST
https://api.isa.io/v1/agent/runDemo ModeRAG Query
Test retrieval-augmented generation with your documents.
POST
https://api.isa.io/v1/rag/queryDemo ModeCode Execution
Test the code interpreter tool.
POST
https://api.isa.io/v1/tools/code_interpreterDemo ModeAPI Reference
For full API documentation, see:
Get Your API Key
To use the real API (not demo mode):
- Sign up at dashboard.isa.io
- Create a new API key
- Replace
YOUR_API_KEYin your requests
export ISA_API_KEY="your-api-key-here"Was this page helpful?