> ## Documentation Index
> Fetch the complete documentation index at: https://cobo.com/developers/llms.txt
> Use this file to discover all available pages before exploring further.

# Development and production environments

> Overview of WaaS 2.0 API environments for development and production, including purposes and URLs.

<Tip>
  Try [Cobo WaaS Skill](/v2/guides/overview/cobo-waas-skill) in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀
</Tip>

The WaaS 2.0 API provides two environments serving different purposes. It is recommended that you use the development environment to test your new features first before deploying them to the production environment.
Direct registration for a free trial grants you immediate access to the Production Environment. There is no need to switch to the development environment; both your integration testing and official usage will be conducted within the production environment.

|                 | **Development environment**                                                                                                   | **Production environment**                                                                                                     |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| Purpose         | Used for developing, testing, and debugging new features and functionality without impacting the live, production environment | The live, customer-facing environment that users interact with                                                                 |
| API base URL    | [https://api.dev.cobo.com/v2](https://api.dev.cobo.com/v2)                                                                    | [https://api.cobo.com/v2](https://api.cobo.com/v2)                                                                             |
| Cobo Portal URL | [https://portal.dev.cobo.com/](https://portal.dev.cobo.com/)                                                                  | [https://portal.cobo.com/](https://portal.cobo.com/)                                                                           |
| Testnets        | Supported                                                                                                                     | Supported                                                                                                                      |
| Pricing         | Free to use                                                                                                                   | Paid. For details, see [Introduction to Bills & Payments](https://manuals.cobo.com/en/portal/bills-and-payments/introduction). |

<Warning>
  API keys are **environment-specific**. Keys registered in the Development environment (`portal.dev.cobo.com`) are only valid for the Development API host (`api.dev.cobo.com`), and keys registered in the Production environment (`portal.cobo.com`) are only valid for the Production API host (`api.cobo.com`). Using a key from the wrong environment returns HTTP 401 / error code 2024 with the message `Your API key is not registered in this environment. Development and Production environments use separate API keys.` Register your API key in the matching Cobo Portal for the environment you are calling.
</Warning>
