Remove AI Model API Keys endpoints and related schemas
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
Multiple preview-tier endpoints and schemas for the AI Model API Keys feature have been removed from the spec. The following are gone:
GET /api/atlas/v2/orgs/{orgId}/aiModelKeys(listOrgAiModelKeys)GET /api/atlas/v2/orgs/{orgId}/aiModelKeys/{apiKeyId}(getOrgAiModelKey)GET /api/atlas/v2/orgs/{orgId}/aiModelApiLimits/{modelGroupName}(getOrgAiModelApiLimit)- Schemas:
AiModelsApiKeyCreateRequest,AiModelsApiKeyResponse,AiModelsApiKeyUpdateRequest,AiModelsRateLimitResponse,PaginatedAtlasAiModelsApiKeysResponse,PaginatedAtlasAiModelsRateLimitsResponse
Any client calling these preview endpoints or referencing these schemas will break.