Environments
EnergyCAP is hosted across multiple regions to meet data residency, compliance, and performance requirements. When making API requests, replace {environment} in your URI with the base URL for your organization’s environment.
Production Environments
| Region | Base URL | Description |
|---|---|---|
| United States East | https://app.energycap.com |
Primary US hosting region |
| United States West | https://wce.energycap.com |
US West Coast hosting region |
| European Union | https://app-eu.energycap.com |
EU hosting region (North EU / Ireland) |
| US FedRAMP | https://app.fed-energycap.com |
FedRAMP Low Impact certified environment |
Implementation Environment
| Region | Base URL | Description |
|---|---|---|
| United States East | https://implement.energycap.com |
Used during implementation and onboarding |
The implementation environment is available for organizations that are actively being onboarded to EnergyCAP. Once your organization goes live, you will be transitioned to one of the production environments listed above.
Organization Aliases
Some organizations access EnergyCAP through a custom alias URL in the format https://{org}.{region}.poweredbyenergycap.com. These alias URLs map directly to the standard production environments and can be used interchangeably for API requests.
| Alias URL Pattern | Maps To |
|---|---|
https://{org}.app.poweredbyenergycap.com |
https://app.energycap.com (US East) |
https://{org}.eu.poweredbyenergycap.com |
https://app-eu.energycap.com (EU) |
https://{org}.wce.poweredbyenergycap.com |
https://wce.energycap.com (US West) |
For example, if your organization is acme and you access EnergyCAP at https://acme.app.poweredbyenergycap.com, your API requests can use either URL:
GET https://acme.app.poweredbyenergycap.com/api/v3/meter
or equivalently:
GET https://app.energycap.com/api/v3/meter
Both will reach the same environment. Use whichever URL your organization was provided during onboarding.
Determining Your Environment
Your organization’s environment is determined during onboarding. If you are unsure which environment your organization uses, check the URL you use to log in to EnergyCAP or contact your EnergyCAP project manager.
FedRAMP Environment
The FedRAMP environment (app.fed-energycap.com) is designed for US federal agencies and contractors that require FedRAMP Low Impact authorization. This environment follows the same API conventions as the standard environments but operates within a FedRAMP-authorized boundary.