@makehq/sdk
    Preparing search index...

    Type Alias SDKEndpoint

    Endpoint

    type SDKEndpoint = {
        annotations: SDKEndpointAnnotations;
        approved: boolean;
        archived: boolean;
        attachedAccounts: string[];
        context: string | null;
        createdAt: string;
        deprecated: boolean;
        description: string | null;
        label: string;
        name: string;
        public: boolean;
        schemaVersion: number;
        updatedAt: string;
    }
    Index

    Properties

    MCP-inspired behavior hints

    approved: boolean

    Whether the Endpoint is approved

    archived: boolean

    Whether the Endpoint is archived

    attachedAccounts: string[]

    Connection names attached to the Endpoint

    context: string | null

    Context for how to use the Endpoint

    createdAt: string

    Creation timestamp

    deprecated: boolean

    Whether the Endpoint is deprecated

    description: string | null

    The description of the Endpoint

    label: string

    The label of the Endpoint

    name: string

    The name of the Endpoint

    public: boolean

    Whether the Endpoint is public

    schemaVersion: number

    The endpoint schema version

    updatedAt: string

    Last update timestamp