Account & Billing
Team Management & RBAC
Organizations, role-based access control (RBAC), multi-factor authentication (MFA), and audit logging.
Team Management & RBAC
1st Services Organizations enable multiple developers and DevOps engineers to collaborate on shared infrastructure while maintaining least-privilege security.
Role Permissions Matrix
| Permission | Owner | Admin | Developer | Billing | Viewer |
|---|---|---|---|---|---|
| Manage Billing & Payment Methods | ✅ | ✅ | ❌ | ✅ | ❌ |
| Invite / Remove Team Members | ✅ | ✅ | ❌ | ❌ | ❌ |
| Create / Delete VPS Instances | ✅ | ✅ | ✅ | ❌ | ❌ |
| Create / Delete Databases | ✅ | ✅ | ✅ | ❌ | ❌ |
| Manage Short Links & Temp Mail | ✅ | ✅ | ✅ | ❌ | ❌ |
| Generate & Revoke API Keys | ✅ | ✅ | ✅ | ❌ | ❌ |
| Read-Only Inspection | ✅ | ✅ | ✅ | ✅ | ✅ |
Audit Logs
All sensitive actions (e.g. VPS termination, database credential rotations, API key generations) are recorded in the organization audit log.
You can stream audit logs to your SIEM via Webhooks or the Audit Log API:
GET /v1/organizations/:org_id/audit-logs?limit=50 HTTP/1.1
Host: api.1st-services.com
Authorization: Bearer fst_live_key
