Check project permissions
Resolves whether the caller holds each of the requested permission slugs on the project.
Authentication
AuthorizationBearer
WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.
Path parameters
id
The project id.
Query parameters
slugs
Comma-separated permission slugs to evaluate (max 50, de-duplicated).
Response
A map of permission slug to whether the caller holds it.
permissions
Errors
401
Unauthorized Error
404
Not Found Error