Platform
Organization and Project Operations
Manage organizations, projects, and current navigation defaults.
#Workspace Operations
Organizations and projects are how you keep your mAIvn work organized: an
organization is your company or team (and who pays the bills), and projects
are the separate buckets of work inside it — typically one per product or
service. This guide covers the day-to-day moves: creating these containers,
inviting people, setting roles, and finding your way around the portal.
#Organizations
Organizations define billing ownership and team-level access.
Typical flow:
- Create an organization.
- Invite members.
- Assign role (
owner,admin,member,viewer). - Create projects under that organization.

Organization and project overview context
#Role Guidance
owner: full control including destructive operations.admin: team and billing management.member: day-to-day project operations.viewer: read-only access.
#Organization Memory Management
Organization settings include memory policy controls for teams using long-running context:
- enable/disable org-level memory features
- set persistence ceiling (
persist_none,vector_only,vector_plus_graph) - set optional retention windows for vector and graph memory
- run explicit purge operations for org/project/session scopes
- manage destructive confirmation for purge workflows (
PURGE_MEMORY)
These controls are intended for governance and cost/security posture, while per-request metadata still controls invocation-level behavior within the organization ceiling.
Operational guidance:
- treat org policy as the hard guardrail, and request metadata as a narrower override
- use lower memory levels (
none/glimpse) for cost-sensitive workloads - use higher levels (
focus/clarity) only for workloads that need persistent recall - use purge controls for lifecycle/compliance workflows
#Project Memory Operations
Project workspaces include dedicated memory pages, listed in the sidebar in this
order:
Memory Resources(/projects/{project_id}/memory/resources)Memory Skills(/projects/{project_id}/memory/skills)Memory Insights(/projects/{project_id}/memory/insights)
Use these pages to curate reusable memory assets and manage lifecycle state (create/update/bind/promote/delete/restore).
For full operational guidance, see Portal Memory Management.
#Projects
Projects are operational containers for API keys, webhooks, and usage attribution.
Each project includes:
- Name and status
- Organization association
- API keys
- Webhooks
#"Current" Navigation Behavior
Sidebar links like Current Project -> API Keys resolve to your most recently visited project.
If no prior project exists, the portal falls back to your first accessible project.
#Recommended Team Workflow
- Create one organization per company or business unit.
- Create one project per product/service boundary.
- Keep production keys isolated to production projects.
- Use webhooks for automation and audit visibility.

Use integrated docs during team onboarding and workspace setup

Members and invitations management
#Related
- API Keys and Webhooks — manage credentials and
event callbacks within a project. - Portal Memory Management — full
operational guidance for memory policy and project memory pages. - Portal Authentication — sign-in, sessions,
and login troubleshooting.