Skip to content
AscendCore
Back to Runbook Library
Network Template: configurable per customer

Guest Wi-Fi Access

Issue temporary, expiring guest Wi-Fi credentials on request, delivered back in chat, with a low-risk auto policy and audit.

Integrates with

Cisco Meraki

The problem

Visitor Wi-Fi is a small but constant ask. The convenient answer (a standing shared password) is the insecure one, and the secure answer (per-visit credentials) is too tedious to do by hand.

What AscendCore does

A host requests guest access in Slack or Teams. AscendCore generates a credential with an expiry, delivers it back to the requester, and lets it lapse automatically. Because it is low-risk and time-bound, it can run under an auto policy, and the issuance is recorded.

Status

Template. Credential lifetime and network selection are configurable per customer. Connect it to your wireless platform to enable.

Runbook source preview

Versioned, deterministic, auditable

Every runbook is defined as a versioned YAML manifest with explicit triggers, steps, and approval policies. The runbook itself is the audit-ready record of what AscendCore can and will do. Chat is just the interface that triggers it.

name: guest-wifi-access
trigger:
  channels: [slack, teams]
  intents: [guest_wifi]
steps:
  - generate_guest_credential
  - set_expiry
  - deliver_to_requester
  - policy: auto_low_risk
approval:
  required: false
  policy: auto_low_risk
Want this runbook?

Configure guest wi-fi access for your environment

Templates are configurable per customer environment. Talk to us about the specific systems and approval flow you need.