Create Entity

Use this API to create a new entity record.

πŸ—’

Things to Know

  • This API only supports AI Governance entities (Models, Datasets, AI Systems, and AI Agents).
  • AI Governance APIs will become available over the course of the Spring as customer tenants are migrated to enhanced AI Governance services. No customer action is required and more detailed information will be published in upcoming release notes and product documentation.
Query Params
uuid

Identifier of the entity type

string

Name of the entity type

Body Params
string
required
length between 1 and 255

The name of the entity. Required field used as the primary identifier for users.

organization
object

The organization group that owns this entity. Contains organization ID and optional name.

attributes
object

The custom attributes for the entity defined by its schema. Contains attribute paths mapped to their values.

workflowAndStage
object

Requested workflow and stage to be assigned to the entity during creation. Contains workflow and stage identifiers.

entityLinks
array of objects
Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 2 required scopes
URL
Response
Choose an example:
application/json
*/*