POST
/
assistant
/
assistants

This feature is in public preview.

Authorizations

Api-Key
string
headerrequired

Pinecone API Key

Body

application/json

The configuration needed to create an assistant.

name
string
required

The name of the assistant. Resource name must be 1-45 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.

instructions
string | null

Description or directive for the assistant to apply to all responses.

metadata
object

Response

200 - application/json

The AssistantModel describes the configuration and status of a Pinecone Assistant.

name
string
required

The name of the assistant. Resource name must be 1-45 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.

instructions
string | null

Description or directive for the assistant to apply to all responses.

metadata
object | null
status
enum<string>
required
Available options:
Initializing,
Failed,
Ready,
Terminating
created_at
string
updated_at
string