Return the authenticated user’s effective permission flags for a board.
Flags are resolved via resolve_permissions(agent_flags, preset_flags, board_overrides) — the exact same path used by runtime permission
checks. Board overrides that restrict flags (ceiling model) appear as
False.
Legacy agents (permissions column non-null, flat list) are mapped
through map_legacy_permissions first. Agents with no granular data
at all default to the full registry (True for everything), matching the
historical “full access” compat path.
Documentation Index
Fetch the complete documentation index at: https://docs.oktolabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Board to resolve permissions against