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

# Weather

> Connect Weather to xpander and give agents its 27 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://tomorrow-io1.p.rapidapi.com/v4` and carry a credential xpander supplies, so there is nothing to paste.

## What the skill can do

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

* **Alert system** (11): Unlink Locations from Alert by ID, Get Alert Details by ID, Tomorrow Location Management Add New Location, Delete Alert by ID, Get Linked Locations by Alert ID, Get All Predefined Alerts, Activate Alert by ID, Link Locations to Alert by ID, Create New Alert, Update Alert Details by ID, Deactivate Alert by ID
* **Location management** (5): Attach Tags to Locations, Delete Location by ID, Update Location Name by ID, Get Weather Forecast by Location, Detach Tags from Locations
* **Insight service** (5): Create New Insight, Delete Insight by ID, Get All Predefined Locations, Get Location Details by ID, Update Insight Details by ID
* **Event management** (4): Get Filtered Events, Submit New Event Data, Get Insight Details by ID, Get All Predefined Insights
* **Timeline service** (2): Get Weather Data by Interval, Get Recent Weather History

## Connect Weather

In Xpander Chat, open the agent's settings, click **Add skill**, and search for **Weather**. 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).

Weather connects with **Sign in with Weather**: 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://tomorrow-io1.p.rapidapi.com/v4`.

## Give an agent the Weather skill

Once Weather is connected, any agent you can edit may be given the skill: open the agent's settings, click **Add skill**, and choose **Weather**. 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)
