@makehq/sdk
    Preparing search index...

    Class OnPremAgents

    Class providing methods for Make on-prem bridge agents. These agents run on customer infrastructure and connect to Make via the agency service.

    Index

    Constructors

    Methods

    • Delete an on-prem agent.

      Parameters

      • organizationId: number

        The organization ID

      • agentId: string

        The agent UUID

      Returns Promise<string>

      The deleted agent ID

    • Get dynamic input field definitions for creating a connected system on an agent app.

      Parameters

      • organizationId: number

        The organization ID

      • agentId: string

        The agent UUID

      • appName: string

        Connected-system app slug (e.g. http, sap-agent)

      Returns Promise<OnPremAgentAppConfigInput[]>