Skip to content
OpenAppPhysical access, simplified
Login

Anti-tailgating cooldown

Type
anti_tailgating_cooldown
Category
Agent safety
Enforced at
Access-time
Tiers
OrgIntegration
Enforcement
Enforce
Default
Not configured — no per-door cooldown after a successful open.

Records the last successful open per entity and denies another open until cooldown_seconds have passed. Combination takes the maximum cooldown. Organization admins are exempt unless applies_to includes admin. Active emergency free egress skips this deny. Disabled and audit_only rows never block.

When it is enforced

Evaluated when someone opens a door or gate or triggers an entity action. If this policy applies, the open is denied even when roles and grants would otherwise allow it.

Where to set it

Settings → Policies (org) or the integration Policies tab.

Policies never grant access. See thepolicies architecture guidefor how org, integration, and device tiers combine.

Arguments

The config object on create/update. Shared row fieldsenforcement (enforce, require_approval,audit_only) and enabled apply to every type;audit_only and disabled rows never block.

NameTypeRequiredValuesDescription
cooldown_secondsintegerYesMinimum seconds between successful opens of the same entity. Must be greater than 0.
applies_tostring or string[]No
agentapi_keyinvitationmemberresidentadminall
Principal kinds this row binds. Closed set: agent, api_key, invitation, member, resident, admin, all. Unknown strings and empty arrays are rejected. `all` matches every kind. When omitted, the type-specific default applies (see Default). Device-tier rows without `applies_to` often bind everyone, including admins. Default: agent, api_key, invitation
outputstring or integerNoOptional channel or output id. When set, the policy binds only that output. When omitted, it binds every output of the tier target. A scoped row does not apply when the acting output is unknown.

How overlapping rows combine

Most-restrictive: maximum of cooldown_seconds across applicable rows. Disabled and audit_only rows never block.

Example

A guest who just opened the lobby cannot open it again for 15 seconds. An org admin still can. Emergency free egress skips the wait.

config
{
"cooldown_seconds": 15,
"applies_to": [
"agent",
"api_key",
"invitation"
]
}

Integrations

This type is documented on these connectors: