Skip to Content
API ReferenceOpenAPI SpecsAgent Config Service

Agent Config Service — OpenAPI

The agent-config-service exposes 43 endpoints for prompt template management, versioning, lifecycle, and runtime resolution.

Accessing the Spec

When the service is running locally on port 8010:

FormatURL
Swagger UIhttp://localhost:8010/docs 
ReDochttp://localhost:8010/redoc 
OpenAPI JSONhttp://localhost:8010/openapi.json 

Route Prefix

Through the API gateway, all endpoints are prefixed with /api/v1/prompts/.

Gateway PathService Path
GET /api/v1/prompts/namespacesGET /prompts/namespaces
POST /api/v1/prompts/render/agents:rule_37_system_promptPOST /prompts/render/agents:rule_37_system_prompt

Key Models

ModelDescription
NamespaceResponseNamespace with key, display name, auto_approve, approvers, classification
TierResponseBudget tier with key, max_tokens
TemplateDetailResponseTemplate with active version body included
VersionResponseVersion with body, validation_result, status, targeting
ValidationResultSchemaSyntax, subset, injection, token, variable analysis
ConflictResponsePre-prod conflict with existing version details and resolution options
AuditVerifyResponseHMAC verification summary with tampered entry list
Last updated on