Open Knowledge
- Open a project and select Library
- Select the Knowledge tab
Company profile
The Knowledge Profile has four fields:- Positioning
- Products / services
- Tone
- Saved instructions
Review proposed changes
Crawl differences and managed-agent run learnings can propose a profile change. They cannot update the profile silently. Each proposal identifies its source, target field, proposed value, date, and available provenance such as a page URL or agent workflow. A project manager can:- Approve a Pending proposal to apply its value to the target profile field.
- Dismiss it without changing the profile.
- Restore a Dismissed proposal to Pending review.
Workflow memory
A managed-agent run can write a concise, project-specific learning back to the Library. Workflow memory:- records the originating run and workflow as provenance
- is created as a Library Memory item
- expires 90 days after it is written
- follows the same Current/Superseded version and Available to agents controls as other Library items
API and MCP access
GET /projects/{projectId}/knowledgereturns the profile and paginated Pending, Approved, and Dismissed proposals. It requireslibrary.read.PATCH /projects/{projectId}/knowledgeapplies a deliberate edit to one profile field. It requireslibrary.write.POST /projects/{projectId}/knowledge/proposals/{proposalId}acceptsapprove,dismiss, orrestore. It requireslibrary.write.devtune_get_knowledge_profile,devtune_update_knowledge_profile, anddevtune_review_knowledge_proposalexpose the same operations through MCP.