Flexport Enterprise RBAC Overview Implement role-based access control for Flexport integrations. Since Flexport API keys are scoped at the account level, RBAC is implemented in your application layer with per-role API key allocation and request filtering. Instructions Step 1: Define Roles | Role | API Key Scope | Allowed Endpoints | Use Case | |------|--------------|-------------------|----------| | Viewer | Read-only | , | Dashboard users | | Operator | Read-write | , | Ops team | | Finance | Read invoices | , | Finance team | | Admin | Full access | All endpoints | System administrators | S…