🤖 Quest Agent Demo

Try it free - Use your own API key (5 messages max)

Enter the full URL to your Quest Agent API (e.g., https://ab.q9.quest).

Why am I getting "Failed to fetch"?
This error is caused by browser security (CORS) that blocks requests made from your domain to another domain (like the Quest API). If you encounter this, you may need to configure a reverse proxy on your server to forward requests to the Quest API.
How to get your API key:
The API key is the same as your MCP Server Token. To find it:
Method 1: Go to Settings → External Services → scroll to "API Examples" section - the token is shown in the code examples (look for X-API-KEY: 'YOUR_TOKEN')
Method 2: Go to Settings → MCP/A2A tab → click "connection example" link - the token is in the URL (look for /mcp/t-TOKEN/sse)
Method 3: Open browser console on Quest Agent page and run: settingsModalProxy.settings.sections.find(s => s.id === 'mcp_server').fields.find(f => f.id === 'mcp_server_token').value
Note: The token is generated from your username/password
💡 Bring your own API key - no costs to us! Google offers free tier.
Get a free API key:
Google Gemini: aistudio.google.com/apikey (Free tier available)
Anthropic Claude: console.anthropic.com
OpenAI: platform.openai.com/api-keys