Create Environment
Create a new multi-chain environment with Virtual TestNets across specified networks
Authorizations
An API key is a token that a client provides when making API calls. The key can be sent as a request header:
curl 'https://api.tenderly.co/api/v1/account/${TENDERLY_ACCOUNT_SLUG}/project/${TENDERLY_PROJECT_SLUG}/simulate' \
-H 'X-Access-Key: ${TENDERLY_ACCESS_KEY}' \
...
Learn how to generate API access tokens at Tenderly Docs.
Path Parameters
Account ID or slug
Project ID or slug
Body
Environment configuration
Request body for creating a new multi-chain environment
Display name of the environment
"My Multi-Chain Environment"
List of network configurations for this environment
URL-safe slug for the environment. Auto-generated from display_name if omitted.
"my-multi-chain-env"
Cross-chain bridge configuration for the environment
Response
A successful response.
Multi-chain environment grouping multiple Virtual TestNets across chains
Unique identifier of the environment
"d4e5f6a7-b8c9-0123-def1-234567890123"
Display name of the environment
"My Multi-Chain Environment"
URL-safe slug for the environment
"my-multi-chain-env"
Description of the environment
"A multi-chain test environment spanning Mainnet and Optimism"
Timestamp when the environment was created
"2024-01-15T10:30:00Z"
Timestamp when the environment was last updated
"2024-01-15T12:00:00Z"
Network configurations in this environment
Cross-chain bridge configuration
The currently active instance of this environment