Update a knowledge base
ai-sdr:write scope (or a broader one that includes it).
Use this endpoint when you need to rename a knowledge base or change the standing instructions the AI SDR agent follows when writing from it. Send only the fields you want to change — at least one of name and instructions must be present. name must be non-empty and at most 128 characters; instructions accepts up to 2000 characters and may be sent empty to clear the current guidance. The updated knowledge base is returned. The AI SDR feature must be enabled for your team.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Path Parameters
Knowledge base id
x >= 1Body
Partial update for a knowledge base. Send only the fields you want to change; absent fields retain their current value. At least one field must be present.
Response
Knowledge base updated successfully
Detailed representation of a knowledge base.
Unique identifier for the knowledge base
Display name of the knowledge base
Free-form instructions applied when the knowledge base is referenced by AI SDR generations.
Timestamp of the last modification
User ID of the owner. null when the owner has been removed from the team.