…
## Connect your AI
-Your AI assistant can read and write this wiki, your memories, the domain and the objects through the API. It takes three things: network access, the write token and the diesel2 skill.
+Your AI assistant can read and write this wiki, your memories, the domain and the objects through the API. It takes three things: network access, a token and the diesel2 skill.
1. **Let your AI reach d2.** Allow `d2.aiheroapps.com` (or `*.aiheroapps.com`) in your AI's network or web-access settings. In Claude, that's the list of allowed domains for code execution in your project or workspace.
-2. **Get the write token.** Reading is open to anyone, but saving needs the token. Ask whoever runs the prototype for it. Give it to your AI in the chat when it asks, and never paste it into a topic or a memory.
+2. **Make a token for it.** Reading is open (except in private projects), but saving needs a token. Open **Tokens** from your user menu in the project (or go to `/tokens`), make one for your AI with a name, a level and an expiry, and give it to your AI in the chat when it asks. Never paste it into a topic or a memory; revoke it on the same page when you're done.
3. **Install the diesel2 skill.** Open [[Skill:diesel2]], press **Markdown**, and save the text as `SKILL.md` in a folder named `diesel2`. Add that folder to your AI as a skill; in Claude, zip the folder and upload it as a custom skill.
-4. **Try it.** Ask your AI to *"list the d2 topics"*. It should come back with Welcome, the company topics and the rest.
+4. **Try it.** Ask your AI to *"list the topics in my d2 project"*. It should come back with Home and the rest of your project's topics.
5. **Let it remember.** Ask it to *"remember in d2 that I follow copper producers"*. A new entry appears under [ai:memories](/topics?category=Memory), where you can read and correct it.
…