> **Description:** Point your AI coding assistant at the Vipps MobilePay developer documentation, either with our plugin or with the llms.txt index.

# 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`](https://developer.vippsmobilepay.com/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:

```text
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](https://github.com/vippsas/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:

```bash
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](https://cursor.com/docs).

### Codex

Add `vippsas/agent-toolkit` as a plugin marketplace, then install the `vipps` plugin.
See the [Codex plugin docs](https://developers.openai.com/codex).

## 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.

> **Full site overview:** For every page in this documentation, read [https://developer.vippsmobilepay.com/llms.txt](https://developer.vippsmobilepay.com/llms.txt).
