# Be-one Brain API Routes: GET https://brain.be-one.net/global?k=KEY shared context (conventions + brand) GET https://brain.be-one.net/project/SLUG?k=KEY living memory of a project (e.g. /project/demo-shop) GET https://brain.be-one.net/viz?k=KEY the knowledge graph, in a browser GET https://brain.be-one.net/skills?k=KEY catalog of importable skills GET https://brain.be-one.net/skills/NAME.zip?k=KEY one skill, ready to import in claude.ai / Claude Desktop Key can also be passed as: Authorization: Bearer KEY ---------------------------------------------------------------- SETUP -- copy-paste these snippets into your custom instructions ---------------------------------------------------------------- 1. Global instruction (Claude.ai Settings, Custom instructions / Cowork preferences): At the start of each new conversation, fetch the be-one shared context from https://brain.be-one.net/global?k=KEY and apply it throughout. 2. Per-project instruction (inside a specific Claude Project or Cowork project): At the start of each conversation, first fetch the be-one shared context (https://brain.be-one.net/global?k=KEY), then the project memory (https://brain.be-one.net/project/SLUG?k=KEY), and take both into account. Replace SLUG with the project folder name (e.g. demo-shop). 3. Skills (claude.ai / Claude Desktop): download the zip from https://brain.be-one.net/skills/NAME.zip?k=KEY and upload it once in Settings -> Capabilities -> Skills. Replace KEY with the ACCESS_KEY shared by the team.