# Sensibo — how to use (mcp.ai)

Connect your Sensibo account and use 1 tools for internet of things straight from your AI agent. Connect with your own API key. Sensibo offers smart controllers that connect air conditioners and heat pumps to the internet, enabling remote control and automation.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_sensibo?ms=1787296080000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `sensibo_get_all_devices`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/sensibo`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/sensibo/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/sensibo/get/all/devices` — Tool to retrieve all Sensibo pods for the authenticated user. Use when you need an up-to-date list of all devices linked to your Sensibo account.
  - body: { fields?: string }

## Example prompts
- "What can I do in Sensibo?"
- "Show me a summary of my Sensibo account"

## More
- Page: https://mcp.ai/sensibo
- Agent spec (llms.txt): https://mcp.ai/sensibo/llms.txt
- Postman collection: https://mcp.ai/sensibo/postman.json
