Skip to main content

Dashboard

The Dashboard at 1claw.xyz is the primary interface for humans. It proxies /api/v1/* to the Vault API and exposes every product area through a consistent sidebar.

Sign in

MethodNotes
Email + passwordStandard login; MFA optional on all tiers
Google OAuthOne-click sign-in
PasskeyPasswordless WebAuthn login
SSOWorkOS/OIDC for Team+

After login, your session is stored in an httpOnly cookie (_claims); the dashboard never stores JWTs in localStorage.

SectionWhat you manage
Dashboard homeUsage summary, getting-started banner, quick links
VaultsCreate vaults, browse secrets, policies, CMEK/MPC settings
AgentsRegister agents, enable Shroud/Intents, guardrails, delegations
AutomationsWorkflow builder, presets, run history
RuntimesDeploy containers, hosting, terminal shell
TreasuryNative wallets, Safe multisigs, proposals
CardsPayment card orders, reveal, void
ApprovalsInbox for agent approval requests
PlatformPlatform apps, templates, connected users
SecurityRisk events, honeytokens, Shroud activity
SettingsAccount, team, billing, MFA, passkeys, API keys

When to use the dashboard vs API

Use the dashboard for setup, policy editing, one-time key reveals, and visual workflow builders. Use the API, CLI, or SDK for CI/CD, agent runtime, and infrastructure-as-code.