77
88
99
10+ ## APIKeyTokenConfiguration
11+
12+
13+ API Key Token configuration.
14+
15+
16+ | Field | Type | Description |
17+ | -------| ------| -------------|
18+ | api_key | string | |
19+
20+
1021## AccessRule
1122
1223
@@ -42,6 +53,7 @@ Authentication configuration.
4253| k8s_cluster_api | string | |
4354| k8s_ca_cert_path | string | |
4455| jwk_config | | |
56+ | api_key_config | | |
4557| rh_identity_config | | |
4658
4759
@@ -297,11 +309,11 @@ Useful resources:
297309
298310Model context protocol server configuration.
299311
300- MCP (Model Context Protocol) servers provide tools and
301- capabilities to the AI agents. These are configured by this structure.
302- Only MCP servers defined in the lightspeed-stack.yaml configuration are
303- available to the agents. Tools configured in the llama-stack run.yaml
304- are not accessible to lightspeed-core agents.
312+ MCP (Model Context Protocol) servers provide tools and capabilities to the
313+ AI agents. These are configured by this structure. Only MCP servers
314+ defined in the lightspeed-stack.yaml configuration are available to the
315+ agents. Tools configured in the llama-stack run.yaml are not accessible to
316+ lightspeed-core agents.
305317
306318Useful resources:
307319
@@ -322,9 +334,9 @@ Useful resources:
322334
323335PostgreSQL database configuration.
324336
325- PostgreSQL database is used by Lightspeed Core Stack service for storing information about
326- conversation IDs. It can also be leveraged to store conversation history and information
327- about quota usage.
337+ PostgreSQL database is used by Lightspeed Core Stack service for storing
338+ information about conversation IDs. It can also be leveraged to store
339+ conversation history and information about quota usage.
328340
329341Useful resources:
330342
@@ -437,10 +449,10 @@ SQLite database configuration.
437449
438450Service configuration.
439451
440- Lightspeed Core Stack is a REST API service that accepts requests
441- on a specified hostname and port. It is also possible to enable
442- authentication and specify the number of Uvicorn workers. When more
443- workers are specified, the service can handle requests concurrently.
452+ Lightspeed Core Stack is a REST API service that accepts requests on a
453+ specified hostname and port. It is also possible to enable authentication
454+ and specify the number of Uvicorn workers. When more workers are specified,
455+ the service can handle requests concurrently.
444456
445457
446458| Field | Type | Description |
0 commit comments