How it worksFeaturesDocsEarly accessGitHubDashboard

How to Create and Link a Prompt

Write a reusable instruction template once, then make it available to one or more servers.

Steps

  1. Go to Prompts and create a new prompt, or start from a curated Prompt Template.

    Open the capture server where library prompts can be linked

  2. Write the prompt content. Use {{argumentName}} for anything the caller should fill in — Arthur detects these automatically and exposes them as arguments.

    Open the server Prompts tab and show prompts already linked to this server

  3. Tag the prompt so it's easy to find later.

  4. Open the server that should offer this prompt, go to its Prompts tab, and link the prompt from the shared library.

    Open the prompt-library picker used to link an existing prompt

  5. Enable the linked prompt.

    Frame the searchable prompt picker without changing the server fixture

Confirm it worked

The prompt appears (enabled) on the server's Prompts tab, and a connected AI client can fetch it with its detected arguments.

Good to know

  • One prompt, many servers: editing the shared prompt updates it everywhere it's linked, so you don't maintain duplicate copies.
  • Disabling a linked prompt on one server doesn't remove it from the shared library or from any other server it's linked to.

Related

Tutorial video