Skip to main content

Creates a new AI Proxy agent.

POST 

/api/v2/agent/aiproxy

Creates a new AI Proxy agent.

Request

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Body

The AI Proxy agent creation request containing details.

    general

    object

    name stringrequired

    Possible values: non-empty and <= 64 characters

    code stringrequired

    Possible values: non-empty and <= 50 characters, Value must match regular expression ^[a-zA-Z0-9\-]*$

    subtenantCode stringnullable

    Possible values: <= 128 characters, Value must match regular expression ^[A-Za-z0-9_-]+$

    description stringnullable

    Possible values: <= 2000 characters

Responses

AI Proxy agent created successfully.

Loading...