Skip to main content
POST
/
deploy
Deploy your code
curl --request POST \
  --url https://api.ziet.ai/v1/deploy \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form file=@example-file
{
  "deployed_at": "2023-11-07T05:31:56Z",
  "agents": [
    "<string>"
  ],
  "actions": [
    "<string>"
  ],
  "endpoints": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Format: 'Api-Key sk_live_YOUR_KEY'

Body

multipart/form-data
file
file
required

ZIP or tarball of your Python repository

Response

Deployment successful

deployed_at
string<date-time>
agents
string[]

Discovered agent IDs

actions
string[]

Discovered action IDs

endpoints
string[]

Discovered endpoint IDs