Skip to main content
POST
/
api
/
v1
/
cvms
/
provision
/
eliza
Provision Eliza app
curl --request POST \
  --url https://cloud-api.phala.com/api/v1/cvms/provision/eliza \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "characterfile": "<string>",
  "env_keys": [
    "<string>"
  ],
  "teepod_id": 123,
  "image": "<string>",
  "kms_id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
name
string
required

The name of the tapp.

characterfile
string
required

The characterfile to use for the a16z/eliza.

env_keys
string[]
required

The environment variables to use for the a16z/eliza.

teepod_id
integer | null

The Teepod ID to use for the a16z/eliza. If not provided, it will auto select an available one.

image
string | null

The image to use for the a16z/eliza. If not provided, it will use the latest image.

kms_id
string | null

The KMS ID to use.

Response

Provision data with compose_hash for creation