Skip to main content

Custom AI Tools

Add up to 5 of your favourite AI tools to the "Try it" section on every AIPM provenance page. Stored locally in your browser — no account, no server.

Custom tool links always appear below the standard tools (Claude, ChatGPT, Gemini, Grok, Perplexity). The {q} placeholder in your URL is replaced with the full prefilled message (context, content URL, and document link) when clicked. Additional placeholders {ctx}, {src}, and {doc} let you route individual components to separate URL params.

Your Tools

0 / 5

Add a Tool

Enter the tool's name and its URL. Use at least one placeholder where content should be inserted.

Must be an HTTPS URL containing at least one placeholder: {q} (full message), {ctx} (context only), {src} (content URL), or {doc} (document URL). Placeholders are URL-encoded when replaced.

For AI Tool Developers

You can provide a one-click "Add to AIPM" link for your users. When clicked, it pre-fills the add form above and shows a confirmation dialog. Users must type your domain name to confirm — nothing is saved without explicit consent.

Construct your link by URL-encoding your tool name and URL. Four placeholders are supported:

PlaceholderReplaced with
{q}Full prefilled message — context text, content URL, and document link combined
{ctx}Context text only
{src}Content URL only (empty string if absent)
{doc}Full Context Document URL only (empty string if absent)

All values are URL-encoded when inserted. A URL may use multiple placeholders:

https://mytool.com/chat?q={q}
https://mytool.com/review?context={ctx}&doc={doc}
https://mytool.com/analyze?url={src}

To provide a one-click "Add to AIPM" link, use this format:

https://ai-pm.pages.dev/1.1/tools/#action=add&name=YourToolName&url=https%3A%2F%2Fyourtool.com%2Fchat%3Fq%3D%7Bq%7D

URL-encode your full URL including placeholders (e.g. %7Bq%7D for {q}, %7Bdoc%7D for {doc}). Multiple placeholders in the same URL are supported.