🤖 KI, Copilot & Agenten-Schnittstellen
OpenAI-kompatible Chat-/Copilot-Pfade, Knowledge RAG und Agent Receipts für nachvollziehbare, begrenzte Assistenzfälle.
Für wen?
Integratoren und Produktteams, die Agenten oder Copiloten mit energiefachlicher Evidenz anbinden möchten.
Typische Stichworte
OpenAI-compatibleChat CompletionsCopilotKnowledge RAGAgent ReceiptsSidecar
Aktuelle OpenAPI-Ausschnitte
Aus Cernion Energy Tools API, Version 0.99.1. Für vollständige Request-/Response-Schemata bitte Swagger UI verwenden.
| Methode | Pfad | Einordnung |
|---|---|---|
| POST | /api/chatgpt-sidecar/sessions | Create a ChatGPT Sidecar session ticket with scoped capabilities ChatGPT Sidecar |
| DELETE | /api/chatgpt-sidecar/sessions/:sessionId | Revoke a ChatGPT Sidecar session (authenticated Cernion side only) ChatGPT Sidecar |
| GET | /api/chatgpt-sidecar/s/:ticket/manifest | Read the session-scoped capability manifest (allowlist only) ChatGPT Sidecar |
| GET | /api/chatgpt-sidecar/s/:ticket/action-openapi.json | Read the session-scoped Custom GPT Action OpenAPI schema ChatGPT Sidecar |
| POST | /api/chatgpt-sidecar/s/:ticket/ask | Ask Cernion through the session-scoped evidence/capability facade ChatGPT Sidecar |
| GET | /api/chatgpt-sidecar/s/:ticket/ask | Ask Cernion through a browser-compatible read-only GET facade ChatGPT Sidecar |
| POST | /api/chatgpt-sidecar/s/:ticket/plan | Resolve a request to a Blueprint/Capability Broker route (no execution) ChatGPT Sidecar |
| GET | /api/chatgpt-sidecar/s/:ticket/plan | Resolve a request through a browser-compatible read-only GET facade ChatGPT Sidecar |
| POST | /api/chatgpt-sidecar/s/:ticket/datapoints | Create a draft datapoint through the session (draft_write only) ChatGPT Sidecar |
| GET | /api/chatgpt-sidecar/s/:ticket/metering | Read a redacted metering summary for the session ChatGPT Sidecar |
| GET | /api/copilot-process/vdmi/:matrixId/context | Load VDMI matrix context (read-only) Copilot Process |
| GET | /api/copilot-process/vdmi/responsibilities | List open VDMI responsibilities (read-only) Copilot Process |
Weitere 6 Operationen sind in der Swagger UI sichtbar.
Sichere Grenze
Agenten erhalten Evidenz und Vorschläge; Produktivhandlungen, externe Kommunikation und Freigaben bleiben außerhalb dieser öffentlichen Beispiele.