AutoBE
    Preparing search index...

    Summary view of a Swagger/OpenAPI backend.

    interface ISummary {
        created_at: string & Format<"date-time">;
        id: string & Format<"uuid">;
        name: string;
        server_url: string;
        updated_at: string & Format<"date-time">;
    }

    Hierarchy (View Summary)

    Index

    Properties

    created_at: string & Format<"date-time">

    Timestamp when this Swagger backend was registered.

    id: string & Format<"uuid">

    Unique identifier for this Swagger backend.

    name: string

    Human-readable backend name used as the Agentica controller name.

    server_url: string

    Target API server base URL.

    updated_at: string & Format<"date-time">

    Timestamp when this Swagger backend was last changed.