AIIntegration represents an integration with an AI/LLM provider
- idThe unique ID for managing the integration within Spacelift.
- spaceSpaceDetails of the space this AI integration belongs to. Null for Spacelift-provided integrations.
- nameThe friendly name of the integration.
- descriptionOptional description of the integration.
- labelsUser-defined labels set on the integration.
- providerAI provider (Anthropic, OpenAI, Google).
- modelsModel to use with this integration.
- tokenUsageAIIntegrationTokenUsage!Account-level AI token usage for the current budget window.
- isSpaceliftProvidedIndicates this is a Spacelift-managed integration that is read-only and visible to all accounts.