Skip to main content
GitHub

Admin

Platform administration and team management.

Manage your Risicare organization, projects, and team.

Overview

Organization Structure

Organization
├── Projects
│   ├── Project A (production)
│   │   ├── API Keys
│   │   ├── Settings
│   │   └── Data
│   └── Project B (staging)
│       ├── API Keys
│       ├── Settings
│       └── Data
└── Team
    ├── Owners
    ├── Admins
    └── Members

Roles

Roles during beta

Beta deployments operate in a single-role model: every signed-up user is an Owner of their own organization. The role distinctions below describe the planned post-beta model. Per-role enforcement and team-level role assignment ship after beta.

RolePermissions (planned)
OwnerFull access, manage projects, delete org
AdminManage projects, keys, team
MemberRead/write data, create fixes
ViewerRead-only access

Quick Actions

Create Project

Create projects through the dashboard: click the project dropdown in the top nav → "+ New Project". A default API key is generated automatically.

Invite Team Member

Coming Soon

Team management (inviting members, assigning roles, removing access) is under development — the dashboard's Settings → Team page currently shows a "Coming soon" placeholder. During beta, control project access with per-project API keys. See Team Management.

Create API Key

Create keys from the dashboard's Settings → API Keys page (OAuth-authenticated). The POST /api/v1/api-keys REST route denies API-key auth and returns 403 by design — there is no Bearer rsk-... path for key management. See API Keys.

Billing

Coming Soon

Risicare is in private beta and is free for all participants. Self-service billing — subscription management, invoice downloads, and plan upgrades — ships after beta. During beta, contact us at hello@risicare.ai for usage questions or limit increases.

Usage Limits

Coming Soon

Usage tiers (Free / Pro / Enterprise) are not yet enforced during beta. All beta projects share a single shared-resource quota. Per-project plan tiers and metered billing ship after beta.

Next Steps