Upside Down Research, LLC · Est. MMXXIII A little different look at the world
Pre-release · subject to change
Documentation

Running on Tupshar

Tupshar is a hosted service operated by Upside Down Research. There is no public Docker image, Helm chart, or standalone binary. Self-hosting is not available during the research preview.

How to Use Tupshar

1. Get an API Key

Request access and receive an API key. See Getting Started for details.

2. Call the Hosted API

All requests go to the hosted base URL:

https://api.tupshar.housecarl.cloud

Authenticate with your API key as a Bearer token:

Authorization: Bearer <your-key>

See the HTTP API reference for full endpoint documentation.

3. Connect via MCP

MCP clients (Claude, compatible agents) connect to:

POST https://api.tupshar.housecarl.cloud/mcp/v1

See MCP Integration for configuration details.

4. Sign In to the UI

Manage your account and keys at:

https://ui.tupshar.housecarl.cloud

What the Service Runs On

Tupshar is a Rust service running on Kubernetes, backed by SurrealDB for document storage. During the research preview it runs as a single replica with no uptime guarantee and no SLA. We may take it down for maintenance without notice.

Self-Hosting

Self-hosting is not available today. It may be offered in a future release once the service design has stabilised. If self-hosting matters to you, let us know — feedback shapes the roadmap.