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

Manage team through the dashboard: Settings → Team → Invite Member. See Team Management.

Create API Key

curl -X POST "https://app.risicare.ai/api/v1/api-keys" \
  -H "Authorization: Bearer rsk-..." \
  -H "Content-Type: application/json" \
  -d '{"name": "production-sdk"}'

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