> **Source:** https://knowledge.leegality.com/sign-station/api/entitlement-controller.tag > **Site:** Leegality Knowledge Base — https://knowledge.leegality.com > **About:** Leegality is a document execution platform covering eSigning, stamps, NeSL, workflows, and REST API integration. > **Navigation:** Every article on this site has a plain-text version at `.txt` (this format). To get an index of all articles with their `.txt` links, read: https://knowledge.leegality.com/llms.txt > **AI Guide:** For instructions on how to navigate this knowledge base as an AI agent, read: https://knowledge.leegality.com/ai-readable.txt --- # Entitlement Controller > Entitlement Controller The Entitlement API provides read-only access to the system's permission definitions. Entitlements represent individual permissions or capabilities within the SignStation platform (e.g., `readDocument`, `writeUser`, `signDocument`). This API allows administrators and developers to discover available permissions when configuring Role-Based Access Control (RBAC) systems. Each entitlement corresponds to a specific action or resource access right. Entitlements are system-defined and cannot be created or modified via API; they are managed by system administrators. To see how entitlements are grouped into assignable roles, see [Role Management](https://knowledge.leegality.com/sign-station/user-management/role-management). ```mdx-code-block ```