Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Function gatewayStatus

    • Parameters

      • workspace: string
      • OptionalconfigPath: string

      Returns Promise<
          {
              baseUrl: string;
              proxy: { baseUrl: string
              | null; enabled: boolean };
              reachable: boolean;
              routes: {
                  agentId?: string;
                  baseUrl: string;
                  openaiCompatible: boolean;
                  prefix: string;
                  upstream: string;
              }[];
              signatureExists: boolean;
              signatureValid: boolean;
          },
      >