Interpretos Local

🎉

Demo Session Ended

Thank you for trying Interpretos! Use the license key below to install your own instance.

Interpretos Local

Talk to Your Business Systems

Connected
DEMO Loading...
You are previewing Interpretos on our demo server. In production, this Docker container runs inside your firewall — your data never leaves your network.
Hello! I'm your Interpretos Local assistant. I can help you query your connected business systems. What would you like to know?
AI can make mistakes. If important, verify against the source system. — Terms · Privacy

Interpretos Local

Admin Panel

Admin Guide
UsernameDisplay NameRoleCredentialsActions

Map each user to their identity in each enterprise system. This controls what data they can access via RBAC (role-based access control).

API keys allow programmatic access to the chat API. Each key inherits the RBAC permissions of the user it's assigned to.

UserNameKeyCreatedLast UsedActions

API Usage

Authentication: Include the key in the X-API-Key header or as Authorization: Bearer ik_...

Chat endpoint: POST /api/chat with {"message": "your question"}

Example:

curl -X POST http://localhost:8080/api/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: ik_your_key_here" \
  -d '{"message": "How many open work orders are there?"}'

Full API reference: Open Interactive API Docs (Swagger UI)

Teach the chatbot new queries by adding custom patterns. These extend the built-in knowledge for your specific environment.

Loading...
Version: ...
Last checked: Never

Installed Modules

Loading...

Integration Marketplace

Loading...

Upload License

Paste your license JSON below or load from a file.

System Health

Loading...

Debug Logging

Enable verbose logging for troubleshooting. Debug mode generates larger log files — disable when not needed.

Recent Errors

Loading...

Telemetry

When enabled, anonymous aggregate metrics are sent daily. Every payload is logged below so you can verify exactly what is transmitted.

Telemetry Transmission Log

Every telemetry payload is logged here before it is sent. This file also exists on disk at /app/data/telemetry_audit.jsonl.

Click Refresh to load

Query Audit Log

Every query executed against your connected systems is logged here — SQL for EBS/PeopleSoft, API calls for Maximo. This file also exists on disk at /app/data/query_audit.jsonl.

Click Refresh to load

Support Bundle

Download a diagnostic package to share with Interpretos support. Includes system info, connectivity test results, error summary, and anonymised audit logs.

Privacy: No credentials, SQL text, conversation content, or usernames are included.

AI Provider

Leave blank to keep the existing key

Provider-specific params passed directly to the API call. Gemini: {"thinking_budget": 0}   OpenAI: {"reasoning": {"effort": "none"}}

Model Options for Users

Pattern Selection LLM (Advanced)

EBS Connection

Leave blank to keep the existing password

PeopleSoft Connection

SSH + sqlplus connection to PeopleSoft HCM database.

Leave blank to keep the existing key

Leave blank to keep the existing password

Custom Instructions

Default context for all users of an integration (max 1000 chars). These are injected as defaults the AI will follow unless the user overrides them in their message.

0/1000

Restart Setup Wizard

Re-run the guided setup to change your AI provider or database connections. Your license and user accounts will be preserved.