> For the complete documentation index, see [llms.txt](https://claimlane-docs.gitbook.io/claimlane-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/integrate-homerunner.md).

# Integrate HOMERUNNER

Connecting Claimlane and Homerunner

To Connect with Homerunner, we need the User Name(Brugernavn) and API-key(API-nogle)

* You can find them in Settings > API

![](https://downloads.intercomcdn.com/i/o/tbixbicd/1643061729/1b416081cf2f1ccb102cc2e85707/image001-5.png?expires=1759142700\&signature=5bbc61d292264cb1ccda063f52f2cc5bca3f885728fa85037d19f2f20089cd57\&req=dSYjFcl4nIZdUPMW1HO4zRGQpdHGV8zfYoF8G5j7fA6757C%2FqZq0G6ZcTa1k%0AVNrh%0A)

Note:

To authenticate with Homerunner, you must use Basic Authentication with a Base64-encoded credential string.

If you're setting up the shipping agreement yourself, follow these steps to get the right Client Secret:

1. Combine your username and API key in the following format:\
   username:API-key
2. Encode this string using a Base64 encoder (you can use an online tool).
3. Use the resulting value as the client secret, prefixed by the word Basic, like this:\
   Client secret: Basic \<base64\_encoded\_credentials>

Connecting the shipping agreements

Claimlane needs to know which shipping agreement(s) to use. This is managed by the Shiping Identifier.

To find the Shipping identifier:

1. click price (1)
2. then select the carrier (2).
3. Each carrier can have multiple shipping options, hover over the one you need (3)
4. and then the shipping identifier will be shown in a popover above (4).

![](https://downloads.intercomcdn.com/i/o/tbixbicd/1348186387/1fc4854f24e0380b010ecb853bcb/Untitled-20%287%29-png.png?expires=1759142700\&signature=fc6dd0606e58fcbc9559545d400c4407be80137a900c614d02e9bbbff6275871\&req=dSMjHsh2m4JXXvMW1HO4zYoQjogFRttm301tK5eEhc%2BK%2FqfuaSRSOWDb8lXx%0AKFzV%0A)

The baseurl is always: [https://api.homerunner.com](https://api.homerunner.com/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/integrate-homerunner.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
