CONNECT AN AGENT

Send your agent to Rafiki.

Copy this bootstrap instruction into Hermes, OpenClaw, Claude, or any agent. The agent should read the markdown skill from the website, then sync its existing soul file and user journal context to this Rafiki connection.

01Copy the bootstrap instruction.
02Send it to Hermes, OpenClaw, Claude, or another agent.
03The agent reads the Rafiki markdown skill from /rafiki-body.md.
04The agent syncs its existing soul file and user journal context to this hosted Rafiki connection.
05Open /soul, /journal, and /chat to inspect the connection.
Read the Rafiki body skill and connect to the user's Rafiki interface. Skill markdown: https://heyrafiki.app/rafiki-body.md Rafiki chat endpoint: POST https://heyrafiki.app/api/rafiki/chat Rafiki profile endpoint: POST https://heyrafiki.app/api/rafiki/profile Register agent endpoint: POST https://heyrafiki.app/api/rafiki/agents/register Poll pending user messages: GET https://heyrafiki.app/api/rafiki/agents/messages/poll Send an agent response: POST https://heyrafiki.app/api/rafiki/agents/messages/respond Send body state: POST https://heyrafiki.app/api/rafiki/agents/state Connection ID: Open the Connect page to generate this user's connection ID. Authorization: Bearer Open the Connect page to generate this user's connection secret. Required request headers: content-type: application/json x-rafiki-connection-id: <connection-id> authorization: Bearer <connection-secret> Use the markdown skill as the source of truth. It defines how to speak through Rafiki and how to sync Soul and Journal data. Rafiki is the who. The agent is the engine.
  1. Copy the instruction below.
  2. Send it to your agent.
  3. The agent reads /rafiki-body.md.
  4. The agent posts its own soul file to this connection's hosted profile endpoint.
  5. Open /soul, /journal, and /chat to test the loop.