Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Information about a piece of knowledge
The content of the knowledge. Devin will read this when the knowledge gets triggered
The name of the knowledge, used only for displaying the knowledge on the knowledge page
The description of when this knowledge should be used by Devin
The id of the folder that this knowledge is located in. Null if the knowledge is not located in any folder
Pin knowledge to specific repositories. Valid values:
- null: No pinning (default)
- "all": Pin to all repositories
- "owner/repo": Pin to specific repository
"all"
Response
Knowledge created. Returns the newly created knowledge.
Information about a piece of knowledge
The content of the knowledge. Devin will read this when the knowledge gets triggered
The name of the knowledge, used only for displaying the knowledge on the knowledge page
The description of when this knowledge should be used by Devin
The id of the knowledge
Creation timestamp (ISO 8601)
The id of the folder that this knowledge is located in. Null if the knowledge is not located in any folder
Pin knowledge to specific repositories. Valid values:
- null: No pinning (default)
- "all": Pin to all repositories
- "owner/repo": Pin to specific repository
"all"