Talk to Your Business Systems
Admin Panel
| Username | Display Name | Role | Credentials | Actions |
|---|
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.
| User | Name | Key | Created | Last Used | Actions |
|---|
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)
Paste your license JSON below or load from a file.
Enable verbose logging for troubleshooting. Debug mode generates larger log files — disable when not needed.
When enabled, anonymous aggregate metrics are sent daily. Every payload is logged below so you can verify exactly what is transmitted.
Every telemetry payload is logged here before it is sent. This file also exists on disk at /app/data/telemetry_audit.jsonl.
Every SQL query executed against your EBS database is logged here. This file also exists on disk at /app/data/query_audit.jsonl.
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.
Leave blank to keep the existing key
Leave blank to keep the existing password
SSH + sqlplus connection to PeopleSoft HCM database.
Leave blank to keep the existing key
Leave blank to keep the existing password
When disabled, model selector, RAG mode, and pattern count are hidden for all users.
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.
Re-run the guided setup to change your AI provider or database connections. Your license and user accounts will be preserved.