> 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/setup-easypost-integration.md).

# Setup EasyPost Integration

### Find details for Shipping Identifier Field <a href="#h_ad16dc252f" id="h_ad16dc252f"></a>

The Shipping Identifier required in the Claimlane Shipping Agreement is set as such:

`carrier_id:::service`

First, we need to find the `carrier_id` which is the first part of the Shipping Identifier Value.

1. Go to Account Settings
2. Go Carriers
3. Copy & save the "Account ID" for the carrier you wish to use

![](https://downloads.intercomcdn.com/i/o/tbixbicd/1356590621/e1b2a601c78ff3ced153ff2bdcb2/image.png?expires=1759142700\&signature=03744fc392f83a3e7c1e48fc6d5ed23b9b9d51b3e83aa727a51be9b07fd1d746\&req=dSMiEMx3nYddWPMW1HO4zc07mmD6BjcKkm8rH3UU8Dn0LNa7GIU%2BR9oDbKD0%0AfvJ2%0A)

Then we need to identify the correct Shipping Service Level to use.

1. See service level for UPS [here](https://docs.easypost.com/carriers/ups-guide#service-levels).
2. Copy the exact service level name.

### Create an API Key for Production <a href="#h_e4642571ea" id="h_e4642571ea"></a>

The API Key from EasyPost is used in the Client Secret field in Claimlane's Shipping Agreements.

1. Go to Account Settings
2. Go to API Keys
3. Click "Copy" on a Production API Key
4. If you don't already have an API Key, you can generate a new one by clicking "Add Additional API Key"
5. Select Production, and repeat step 3.

![](https://downloads.intercomcdn.com/i/o/tbixbicd/1356598284/edd9943d0c809fbb0550668cf78a/image.png?expires=1759142700\&signature=fbf7e0e12c5d93a59755fa393c685d9324386ae05d824c8187ad6cda4a0ce0b9\&req=dSMiEMx3lYNXXfMW1HO4zbKWqRkygGMU5IEv9NZBjqVZUF3uY2aJkyv1%2BveR%0Af9af%0A)

Send the details to Claimlane, or setup the Shipping Agreement.

Note: URL is not set on the shipping agreement for this integration.


---

# 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/setup-easypost-integration.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.
