Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Texture's API provides a standardized interface to interact with any supported e

## Using the API

Our API follows REST principles with JSON payloads and standard HTTP methods. Authentication is performed using API keys which you can generate in the [Dashboard](https://dashboard.texturehq.com/developer).
Our API follows REST principles with JSON payloads and standard HTTP methods. Authentication is performed using API keys which you can generate in the [Dashboard](https://app.texturehq.com), within the Developer section.

```bash
# Example: Get a list of your devices
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This guide provides a clear roadmap to start building with Texture's energy devi

## Step 1: Create Your Account

1. Sign up at [dashboard.texturehq.com](https://dashboard.texturehq.com)
1. Sign up at [app.texturehq.com](https://app.texturehq.com)
2. Create your Organization
3. Texture will automatically create Production and Sandbox workspaces for you

Expand Down
6 changes: 3 additions & 3 deletions docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ There are three ways to generate a link:
### Texture API and SDK

#### Get Your API Key
Go to the [Texture Dashboard Developer tab](https://dashboard.texturehq.com/developer) to obtain an API key
Go to the [Texture Dashboard](https://app.texturehq.com) and click the Developer sidebar link to obtain an API key

#### Generate a link

Expand Down Expand Up @@ -280,7 +280,7 @@ import { TextureConnect } from '@texturehq/react-native-connect-sdk';

### Texture Dashboard

1. Go to the [Texture Dashboard](https://dashboard.texturehq.com/home).
1. Go to the [Texture Dashboard](https://app.texturehq.com).
2. Enter the user's information.
3. Click submit.

Expand Down Expand Up @@ -314,7 +314,7 @@ Once the user follows the link or is prompted to set up their device, they will

## Viewing Customer Device Information

Go the the [Texture Dashboard](https://dashboard.texturehq.com/home).
Go to the [Texture Dashboard](https://app.texturehq.com).

### Customers
Click "Customers" to see customers that have connected a device.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/signing-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Texture makes your energy systems visible, responsive, and connected—without r

## Step 1: Create your account

[Register your account](https://dashboard.texturehq.com/sign-up) with a company or entity specific email address. We strongly recommend avoiding the use of personal email addresses. This helps us create a more secure experience and support associating you with your Organization.
[Register your account](https://app.texturehq.com/signin) with a company or entity-specific email address. We strongly recommend avoiding the use of personal email addresses. This helps us create a more secure experience and support associating you with your Organization.

![Sign Up Screenshot](https://i.giphy.com/fTnNtMJpeGMcjKxJVm.webp)

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/texture-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Easiest way to get started with pre-built components:
For custom implementations with full control over the flow. See [our open source examples](https://github.com/TextureHQ/examples/tree/main/connect).

### 3. **Dashboard Direct Links**
For testing or manual connections via the [Texture Dashboard](https://dashboard.texturehq.com/sources?tab=Connect+Links).
For testing or manual connections, use the [Texture Dashboard](https://app.texturehq.com) and navigate to the Connect section.

## Configuration Fields

Expand Down
2 changes: 1 addition & 1 deletion docs/overview/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ import {
<div className="row quick-setup-cards-container">
<WelcomeCard
title="Create account"
description="Sign up at dashboard.texturehq.com"
description="Sign up at app.texturehq.com"
linkText="Learn more →"
linkTo="/getting-started/signing-up"
/>
Expand Down
4 changes: 2 additions & 2 deletions docs/platform-concepts/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ We receive data on a 5 or 15 minute interval for each device (limited by manufac

Once we receive that telemetry data, we leverage a distributed event streaming platform internally to move that data, transform it, warehouse it, and run aggregations against it.

All of this is seamless to anyone leveraging the Texture platform so you should be able to see clean and up-to-date data for all energy devices in your network in your [Texture Dashboard](https://dashboard.texturehq.com) or via the [Texture API](/api).
All of this is seamless to anyone leveraging the Texture platform so you should be able to see clean and up-to-date data for all energy devices in your network in your [Texture Dashboard](https://app.texturehq.com) or via the [Texture API](/api).

## Data Engineering

Expand All @@ -74,7 +74,7 @@ We are constantly adding more signals to the platform so that you can get a comp

## Searchability

In addition to all of the Data Engineering work we perform for you, we also maintain robust search capabilities sitting atop Elasticsearch allowing you to slice and dice to sort, filter, group, and search for devices in your [Texture Dashboard](https://dashboard.texturehq.com) or via the [Texture API](/api).
In addition to all of the Data Engineering work we perform for you, we also maintain robust search capabilities sitting atop Elasticsearch allowing you to slice and dice to sort, filter, group, and search for devices in your [Texture Dashboard](https://app.texturehq.com) or via the [Texture API](/api).

This is yet another powerful capability that we believe almost any company in our industry can leverage but most will not build themselves because it is not a core competency.

Expand Down
2 changes: 1 addition & 1 deletion docs/platform-concepts/sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Sites are foundational objects in Texture. They enable:
- **Aggregated Metrics** — Summarize total energy consumption, production, storage, and emissions.
- **Geolocation Context** — Automatically assign ISO, utility, and marginal carbon intensity.
- **Data Enrichment** — Integrate with tools like Arcadia or Shovels to ingest bills, permits, and intervals.
- **Unified Access** — Visualize in the [Dashboard](https://dashboard.texturehq.com) or query via [API](/api).
- **Unified Access** — Visualize in the [Dashboard](https://app.texturehq.com) or query via [API](/api).

---

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const config: Config = {
},
{ to: "/api", label: "API Reference", position: "left" },
{
href: "https://dashboard.texturehq.com",
href: "https://app.texturehq.com",
label: "Dashboard",
position: "right",
},
Expand Down