II.
Topic JSON
Structured · livetopic:krate-agent-provider-config
Krate Agent Provider Config json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:krate-agent-provider-config",
"_kind": "Topic",
"_file": "domain/products/krate-agent-layer.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate Agent Provider Config",
"description": "LLM provider configuration for Krate agents. Specifies the AI model\nprovider endpoint (Anthropic, OpenAI, local), API key secret\nreferences, model identifiers, and per-provider tuning parameters\nsuch as max tokens, temperature, and thinking budget. Supports\nprovider fallback chains for high availability.\n"
},
"outgoingEdges": [
{
"from": "topic:krate-agent-provider-config",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-provider-config",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-provider-config",
"to": "topic:krate-agent-stack",
"kind": "requires",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "topic:krate-agent-stack",
"to": "topic:krate-agent-provider-config",
"kind": "related_to",
"attributes": {}
}
]
}