Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ORCHESTRATOR_URL | No | Override default orchestrator URL | https://web-production-bdfb4.up.railway.app |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| think | Deep reasoning using cognitive orchestrator. Auto-routes to best AI capabilities. Use for complex analysis, multi-step reasoning, research questions. |
| consensus | Get multiple AI perspectives (Claude, GPT, Gemini) and synthesize consensus. Use for important decisions. |
| fast_ai | Ultra-fast AI response via Groq (~100ms). Use for quick questions. |
| web_search | Real-time web search via Perplexity. Use for current events, recent info, live data. |
| scrape_url | Scrape and extract content from any URL via Firecrawl. |
| run_python | Execute Python code in secure E2B sandbox. Use for data analysis, calculations, testing. |
| run_javascript | Execute JavaScript code in secure E2B sandbox. |
| mem0_add | Store information in Mem0 long-term memory. |
| mem0_search | Search Mem0 long-term memory. |
| neo4j_query | Query Neo4j knowledge graph for entity relationships. |
| railway_status | Get deployment status of all Railway services. |
| railway_set_variable | Set environment variable on a Railway service. |
| railway_redeploy | Trigger redeployment of a Railway service. |
| github_repos | List GitHub repositories. |
| github_file | Read a file from a GitHub repository. |
| health | Check health status of cloud orchestrator and all connected services. |
| wolfram_query | Query Wolfram Alpha for math, science, calculations, conversions, real-time data. Use for any computational question. |
| wolfram_calculate | Calculate a math expression using Wolfram Alpha. |
| wolfram_convert | Convert between units using Wolfram Alpha. |
| openrouter_chat | Query ANY AI model via OpenRouter. Access Claude, GPT, Llama, Mistral, and 100+ models through single API. |
| openrouter_models | List all available AI models on OpenRouter. |
| sentry_stats | Get error tracking statistics from Sentry. |
| sentry_errors | Get recent errors captured by Sentry. |
| api_keys_summary | Get summary of all API keys status from the configuration sheet. Shows active, missing, and high-impact services. |
| api_keys_missing | List all services that are still missing API keys. |
| api_keys_ready | List services that have API keys filled in and are ready to inject to Railway. |
| api_keys_inject | Inject a specific service API key from the sheet to Railway. |
| api_keys_inject_all | Inject ALL ready API keys from the sheet to Railway services. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |