/** * This file was auto-generated by Fern from our API Definition. */ import * as Klavis from "../index.js"; export interface StrataCreateResponse { /** URL to connect to the Strata MCP server */ strataServerUrl: string; /** The strata server ID */ strataId: string; /** List of Klavis integration that were added */ addedServers: string[]; /** List of external MCP servers that were added with name and URL */ addedExternalServers?: Klavis.ExternalServerInfo[]; /** Map of connected integration to OAuth URL, supports white labeling if configured */ oauthUrls?: Record; /** Map of connected integration to API key setup URL */ apiKeyUrls?: Record; }