Setting the file. One moment.
Subchapter 1.3
references/create.mdMarkdown1 KBView on GitHub
--name (required): Unique name for the assistant--instructions (optional): Behavior directive (tone, format, language)--region (optional): us or eu — default us--timeout (optional): Seconds to wait for ready status — default 30uv run scripts/create.py \
--name "assistant-name" \
--instructions "instructions" \
--region "us"Suggest: {purpose}-{type} — e.g. docs-qa, support-bot, api-helper
Avoid: test, assistant1, my-assistant
Assistant name already exists — list assistants and suggest a different name or delete the existing one.
Timeout — increase --timeout 60, check network connectivity.
PINECONE_API_KEY not set — export the variable or add to a .env file, then restart your IDE/agent session.