Configure AI bridge E2E test helper
PUT/api/v4/system/e2e/ai_bridge
Configure the in-memory AI bridge test helper used by end-to-end tests to mock agent availability, agent/service listings, queued completion responses, and test-only AI feature flag overrides.
This endpoint is only available when EnableTesting is enabled. EnableTesting is intended only for isolated non-production environments and must never be enabled in production.
Permissions
Must have manage_system permission.
Request
Responses
- 200
- 400
- 403
- 501
AI bridge test helper configured successfully
Invalid or missing parameters in URL or request body
Do not have appropriate permissions
Feature is disabled