# Staging Environment Access with Encrypted Passwords

**Use case:** 

This task configures a secure password for use in a staging environment. It ensures access to development resources with proper credential management.

## Input

```json
{
  "startUrls": [
    {
      "url": "http://davos.com"
    }
  ]
}
```

## Output

```json
{
  "data.symbol": {
    "label": "Symbol",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [My Actor](https://securitybyobscurity.apify.com/katzino96.original/my-actor) with a specific input configuration. Visit the [Actor detail page](https://securitybyobscurity.apify.com/katzino96.original/my-actor) to learn more, explore other use cases, and run it yourself.