Skip to main content

Use AI tools with these docs

Under development

The plugin is still under development.

If you build with an AI coding assistant, you can point it at this documentation. It then answers from what we publish rather than from memory, which matters because our APIs change.

What your assistant reads​

Every page on this site has a clean Markdown version, and a View as Markdown button that opens it.

/llms.txt is the index of all of them. It lists every page with a short description and a link to its Markdown, so an assistant that reads it can find the right page for the task at hand.

If you would rather not install anything, paste this into your assistant:

Read https://developer.vippsmobilepay.com/llms.txt for the Vipps MobilePay developer documentation.

Install the plugin​

Install steps will be published here when the plugin is released. Until then, use the line above.

The plugin lives in the Agent Toolkit repository. It gives your agent up-to-date guidance for one-time payments (ePayment API), recurring payments (Recurring API), and user login (Login API).

Claude Code​

Run both commands, in order:

claude plugin marketplace add vippsas/agent-toolkit
claude plugin install vipps@agent-toolkit

Cursor​

Go to Settings, then Plugins. Add vippsas/agent-toolkit as a plugin marketplace, then install the vipps plugin. See the Cursor plugin docs.

Codex​

Add vippsas/agent-toolkit as a plugin marketplace, then install the vipps plugin. See the Codex plugin docs.

Get better answers​

  • Ask your assistant to read the relevant page before it writes code, not after.
  • Name the API you are integrating, such as ePayment, Recurring, or Login. The index is organized by API.
  • Say which environment you are in. The test and production environments use different server addresses.