---
name: tse-x-backend.onrender.com
description: tse-x-backend.onrender.com exposes a single endpoint that checks the live status of the X402-COFFEE-002 smart coffee machine, gating access behind a 0.10 USDC micropayment verified on the Solana blockchain. On successful payment, it returns device status, an access token, and session metadata.
host: tse-x-backend.onrender.com
---

# tse-x-backend.onrender.com

This host is a narrow, payment-gated IoT status service built around one specific device: the X402-COFFEE-002 coffee machine. It serves agents or applications that need to verify machine availability and obtain a session token after completing a Solana USDC micropayment. It does not provide device control, multi-device support, or any broader IoT management functionality.

## When to use this host

Use this host when an agent specifically needs to check the live status of the X402-COFFEE-002 coffee machine and is prepared to fulfill a 0.10 USDC Solana micropayment to obtain an access token and session. Do not use this host for issuing commands to the coffee machine (brew, stop, configure) — no such skills exist here. Do not use it for any device other than X402-COFFEE-002. If you need broader IoT device management, machine control APIs, or payment rails on chains other than Solana, this host is not appropriate and you should look for a dedicated device-control or multi-chain payment service instead.

## Capabilities

### Payment-Gated Device Status

Verifies a 0.10 USDC Solana payment and returns the real-time status, access token, and session details for the X402-COFFEE-002 coffee machine.

- **`fetch-x402-coffee-status`** — Returns real-time status of the X402-COFFEE-002 smart coffee machine after verifying a 0.10 USDC payment on Solana.

## Skill reference

### `fetch-x402-coffee-status`

**X402 Coffee Status** — Returns real-time status of the X402-COFFEE-002 smart coffee machine after verifying a 0.10 USDC payment on Solana.

*Use when:* Use when an agent needs to check the live status of the X402-COFFEE-002 coffee unit and obtain a verified access token and session details after completing a USDC micropayment on Solana.

*Not for:* Do not use for controlling or commanding the coffee machine (e.g., brew, stop); this endpoint only retrieves status. Not suitable for devices other than X402-COFFEE-002.

**Returns:** Returns accessGranted=true, a JWT accessToken, session expiry details, device metadata for Smart Coffee Maker 002, and Solana USDC payment verification info.

**Example:** `GET https://tse-x-backend.onrender.com/x402/X402-COFFEE-002/status`

---
