# Create a Persistent Tunnel

Create a stable endpoint, manage its state, and protect it with an Access Key.

- Category: Tunnel management
- Reading time: 8 分钟
- Locale: ja

## When to use oneChoose a Persistent Tunnel for a stable slug, long-running service, or webhook endpoint. It belongs to your account.
## Create it in the consoleOpen the console.Select New Tunnel and enter a lowercase slug.Save the Access Key shown once after creation.## Connect a local service```
anureo expose http://127.0.0.1:8080 --tunnel my-api
```Use the public URL shown in the console. Disable the Tunnel to stop forwarding.
