Get App Config
Get aggregated app configuration including CSP policies from all templates.
This endpoint aggregates CSP configuration from all templates associated with the app’s APIs and MCPs. For agents, it collects CSP from templates for all APIs in agent_info.apis and APIs from agent_info.mcps. For MCP servers, it collects CSP from templates for the single api_name.
Args: genai_app: The name of the GenAI app app_type: The type of app (‘agent’ or ‘mcp’)
Returns: AppConfigResponse with aggregated CSP configuration and template count
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Query Parameters
The name of the GenAI app.
The type of the app ('agent' or 'mcp').
Response
Successful Response
Response model for app configuration including aggregated CSP and template count.
