> ## Documentation Index
> Fetch the complete documentation index at: https://docs.totebot.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MyRent Integration

> Connect Totebot to your MyRent property management account

The MyRent integration connects your MyRent (my-rent.net) property management account to Totebot. Once connected, your AI agent can search your rental catalog, return live property details, check availability, and capture booking inquiries, directly in any conversation.

To access this integration, navigate to **Integrations** → **MyRent** in your dashboard.

<Note>MyRent is available on **Pro** and **Scale** plans.</Note>

## What you need

Two credentials from your MyRent account settings:

* **User key**: exposed as `user_guid` in MyRent
* **B2B key**: exposed as `b2b_guid` in MyRent

Both are UUID-shaped strings. Totebot validates them against the MyRent API before saving, so you'll know immediately if anything is off.

## Setup instructions

<Steps>
  <Step title="Open the integration">
    In your Totebot dashboard, go to **Integrations** and under **MyRent** click **Connect**.
  </Step>

  <Step title="Paste your User key">
    Paste the `user_guid` value from your MyRent account.
  </Step>

  <Step title="Paste your B2B key">
    Paste the `b2b_guid` value from your MyRent account.
  </Step>

  <Step title="Set the default currency">
    Three-letter ISO code (e.g. `EUR`, `USD`). Used when MyRent doesn't return a currency on a price.
  </Step>

  <Step title="(Optional) Website URL template">
    If you want the agent to link properties back to your own website, set the **Website URL template**.

    The template supports these placeholders:

    * `{slug}`: property slug
    * `{property_id}`: numeric MyRent property id
    * `{id_hash}`: hashed id used in some MyRent URLs

    Example: `https://example.com/villa/{slug}`
  </Step>

  <Step title="Save">
    Click **Save**. Totebot validates the keys against MyRent and stores them encrypted.
  </Step>
</Steps>

Once saved, the integration is enabled by default and your agent can start answering property questions.

## What the agent can do

After connecting, the agent gets the following capabilities:

* **Search properties** by location, dates, guest count, bedroom count, amenities, and free-text query.
* **Fetch property details** including description, photos, capacity, bedrooms, bathrooms, area, address, star rating, amenities, and distances to local points of interest.
* **Open the property page** on your own website when a URL template is configured.

## Dashboard

After connecting, the **MyRent integration** view has two tabs:

### Status

Shows whether the integration is enabled and how many properties Totebot can see from your account. The **Edit configuration** button opens the same setup form for updating credentials, currency, or the website URL template.

The list of supported currencies is curated: EUR and USD are first, followed by the most common European, North American and Asian options.

### Properties

Lists every property Totebot is syncing from your MyRent account. Each row links to a detail page that shows the full description, photo gallery, capacity stats, amenities, distances, and a link out to your website (if configured).

## Troubleshooting

**"Invalid MyRent credentials"**: double-check that the values you pasted match `user_guid` and `b2b_guid` in your MyRent account exactly. Both keys are required.

**"No properties listed"**: confirm the integration is **Enabled** in the Status tab, and that your MyRent account has at least one published property. Disabled or draft listings won't show up.

**Property links go to the wrong place**: verify your **Website URL template** uses one of the supported placeholders (`{slug}`, `{property_id}`, `{id_hash}`) and that your site actually serves that URL pattern.
