Create an assistant. This is where you specify the underlying training model, which cloud provider you would like to deploy with, and more.
For guidance and examples, see Create an assistant
Pinecone API Key
Required date-based version header
The desired configuration to create an assistant.
The configuration needed to create an assistant.
The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or -.
1 - 63"example-assistant"
Guidance applied to all responses generated by the assistant. Maximum 16 KB.
"Answer questions with clear, helpful answers. Keep the tone friendly and easy to follow."
Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes. Maximum size is 16KB.
{
"role": "Customer Support Helper",
"team": "Operations"
}The region to deploy the assistant in. Our current options are either us or eu. Defaults to us.
Create request successful.
Describes the configuration and status of a Pinecone Assistant.
The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or -.
1 - 63"example-assistant"
The current operational status of the assistant.
Guidance applied to all responses generated by the assistant.
"Answer questions with clear, helpful answers. Keep the tone friendly and easy to follow."
Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.
{
"role": "Customer Support Helper",
"team": "Operations"
}The host where the assistant is deployed.
"https://prod-1-data.ke.pinecone.io"
The region where the assistant is deployed.
The timestamp when the assistant was created, in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
"2025-10-01T12:30:00.000Z"
The timestamp of the most recent update to the assistant, in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
"2025-10-01T12:45:00.000Z"