CreateAgenticDBProject

Updated at:
Copy as MD

Creates an AgenticDB project.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

Yes

The region ID.

cn-hangzhou

DBClusterId

string

Yes

The AgenticDB cluster ID.

pagc-bp1abcdef1234567

TenantId

string

Yes

The ID of the tenant to which the project belongs.

t-4b83e0da66674951

ProjectName

string

Yes

The project name. The name must be unique within the same tenant.

analytics-prod

DefaultBranchName

string

No

The default branch name. Default value: main.

main

Description

string

No

The description of the project.

Production analytics database

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

E5F6A7B8-C9D0-1234-EFAB-345678901234

TenantId

string

The tenant ID.

t-4b83e0da66674951

ProjectId

string

The ID of the new project.

proj-a1b2c3d4e5f6

ProjectName

string

The project name.

analytics-prod

DefaultBranchName

string

The default branch name.

main

DefaultBranchId

string

The default branch ID.

br-1a2b3c4d5e6f

BranchComputeClusterId

string

The ID of the compute instance associated with the default branch.

pc-g0lsayq8c5qe

CreateTime

string

The time when the project was created.

2026-06-10T11:00:00Z

Examples

Success response

JSON format

{
  "RequestId": "E5F6A7B8-C9D0-1234-EFAB-345678901234",
  "TenantId": "t-4b83e0da66674951",
  "ProjectId": "proj-a1b2c3d4e5f6",
  "ProjectName": "analytics-prod",
  "DefaultBranchName": "main",
  "DefaultBranchId": "br-1a2b3c4d5e6f",
  "BranchComputeClusterId": "pc-g0lsayq8c5qe",
  "CreateTime": "2026-06-10T11:00:00Z"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.