list_env
Retrieve environment variable keys and their secret status for a Hatchable project. Use this tool to discover available environment variables without exposing their values.
Instructions
List environment variable keys for a project. Only key names and an is_secret flag are returned — values are never exposed through this tool. Use process.env.KEY inside a deployed function to read the actual value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID |