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

# Live Sports Data

> Connect Live Sports Data to xpander and give agents its 12 actions: how to sign in and connect it, and which actions to hold for approval.

<Badge color="blue">HTTP API connector</Badge>

An HTTP API described by an OpenAPI spec, not an MCP server. Calls go to `https://therundown-therundown-v1.p.rapidapi.com` and carry a credential xpander supplies, so there is nothing to paste.

## What the skill can do

API connector: 12 actions, as they appear in the skill panel. 0 of them create, change or delete something in Live Sports Data; mark those under **These actions need approval** when you add the skill to an agent.

* **Betting lines** (4): Get Closing Lines by Sport and Date, Get Moneyline by Line ID, Get Opening Lines by Sport and Date, Get Spread by Line ID
* **Data synchronization** (4): Get Events by Sport ID and Date, Get Schedule by Sport ID, Get Delta Updates Since Last ID, Get Event Information by ID
* **Sport structure** (3): Get Divisions by Sport ID, Get Conferences by Sport ID, Get Teams by Sport ID
* **Sport schedule** (1): Get Available Dates by Sport ID

## Connect Live Sports Data

In Xpander Chat, open the agent's settings, click **Add skill**, and search for **Live Sports Data**. The connect dialog asks for a connection name and whether the connection is for the **Organization** (one shared account) or **Personal** (your own account, so the agent acts with your permissions where systems allow). On an agent other people use, a personal connection runs their requests as you unless the binding requires each person's own sign-in; see [whose credential a shared agent uses](/use/agents/permissions#whose-credential-a-shared-agent-uses).

Live Sports Data connects with **Sign in with Live Sports Data**: you authorize in the browser and xpander stores the OAuth token; the agent never sees it, and the token is attached at the moment a skill is called.

Calls go to `https://therundown-therundown-v1.p.rapidapi.com`.

## Give an agent the Live Sports Data skill

Once Live Sports Data is connected, any agent you can edit may be given the skill: open the agent's settings, click **Add skill**, and choose **Live Sports Data**. Enable only the action groups the agent needs, and mark the actions that should wait for a named person's sign-off under **These actions need approval**. Which skills exist for your organization, and who may add them, is decided by your admins; see [Skills](/use/skills).

## Related Resources

* [Skills](/use/skills)
