# Meridian ## Docs - [Create Plant](https://docs.meridian.study/api-reference/endpoint/create.md): Creates a new plant in the store - [Delete Plant](https://docs.meridian.study/api-reference/endpoint/delete.md): Deletes a single plant based on the ID supplied - [Delete Event Job Assignment](https://docs.meridian.study/api-reference/endpoint/delete-assignment.md) - [Get Plants](https://docs.meridian.study/api-reference/endpoint/get.md): Returns all plants from the system that the user has access to - [Get RSVP Growth Data](https://docs.meridian.study/api-reference/endpoint/get-rsvp-growth.md) - [Publish Event Agenda](https://docs.meridian.study/api-reference/endpoint/publish-agenda.md) - [Event Management API](https://docs.meridian.study/api-reference/event-management.md): API endpoints for managing events, agendas, jobs, and assignments - [API reference](https://docs.meridian.study/api-reference/introduction.md): Meridian HTTP APIs documented on this site - [Atlas Admin Dashboard](https://docs.meridian.study/atlas/admin.md): Administrator guide for Atlas organization management - [Atlas Analytics](https://docs.meridian.study/atlas/analytics.md): Org management analytics (platform) and org event analytics (org-scoped) - [Atlas Architecture](https://docs.meridian.study/atlas/architecture.md): How Atlas (org management) is wired end-to-end: models, routes, permissions, and UIs - [Atlas Backend (Routes & APIs)](https://docs.meridian.study/atlas/backend.md): Endpoint map, auth/permission requirements, and request/response shapes - [CMS Parity Modernization](https://docs.meridian.study/atlas/cms-parity-modernization.md): How Meridian should replace CMS functionality with a modern, multi-campus design - [Atlas System Configuration](https://docs.meridian.study/atlas/configuration.md): OrgManagementConfig schema, admin UI, and backend update semantics - [Atlas Data Model](https://docs.meridian.study/atlas/data-model.md): Mongoose schemas, relationships, and invariants for organizations - [Accruent EMS Parity (Outcome Lens)](https://docs.meridian.study/atlas/ems-parity-modernization.md): How Meridian can match the operational outcomes of Accruent EMS without copying its product shape - [Atlas Event Management & Analytics](https://docs.meridian.study/atlas/event-analytics.md): Org-scoped event analytics, templates, and bulk operations - [Event Check-in & Anonymous Identifiers](https://docs.meridian.study/atlas/event-checkin.md): Check-in system, anonymous registration, and identifier handling for events - [Event Dashboard](https://docs.meridian.study/atlas/event-dashboard.md): Event preparation and management dashboard features - [Finance budgets (Phase 2)](https://docs.meridian.study/atlas/finance-budgets.md): Tenant budget templates, org budgets, multi-stage review, and Atlas finance queue - [Atlas Frontend (React)](https://docs.meridian.study/atlas/frontend.md): UI entrypoints, components, and how they call Atlas APIs - [Atlas Integrations](https://docs.meridian.study/atlas/integrations.md): Where Atlas integrates with other systems (events, forms, notifications) and where to add new ones - [Atlas Membership (Join, Applications, Members)](https://docs.meridian.study/atlas/membership.md): Join flows, member applications, and the admin/member management APIs - [Org Messages (Messaging System)](https://docs.meridian.study/atlas/messaging.md): Organization messaging: timeline posts, event-specific announcements, email delivery, and PDF attachments - [Atlas Overview](https://docs.meridian.study/atlas/overview.md): Clubs, registered organizations, and Atlas reporting - [Atlas Permissions & Roles](https://docs.meridian.study/atlas/permissions.md): How org roles, permissions, and middleware enforcement work - [Atlas Troubleshooting](https://docs.meridian.study/atlas/troubleshooting.md): Common developer issues and where to look first - [Backend AI Agent Guide](https://docs.meridian.study/backend/ai-agent-guide.md): Best practices for working in the Meridian backend — multi-tenancy, auth, models, routes, and conventions for developers and AI agents - [Analytics Collected Events](https://docs.meridian.study/backend/analytics-collected-events.md): Reference of all events collected by the platform analytics pipeline - [Platform Analytics (Event Pipeline)](https://docs.meridian.study/backend/analytics-platform.md): Philosophy, architecture, and event lifecycle for the analytics ingestion system - [Referrer Sources (Event Analytics)](https://docs.meridian.study/backend/analytics-referrer-sources.md): How event views are attributed to discovery sources (org page, explore, direct) - [SAML Authentication](https://docs.meridian.study/backend/auth/SAML.md): Learn how to integrate SAML authentication with Study Compass for university SSO - [Authentication overview](https://docs.meridian.study/backend/auth/overview.md): How Meridian signs users in: credentials, Google and Apple OAuth, JWTs, cookies vs mobile tokens, and how this relates to SAML and multi-tenant identity. - [Session Management](https://docs.meridian.study/backend/auth/sessions.md): Multi-device session management for concurrent logins across devices - [Backend Best practices](https://docs.meridian.study/backend/best-practices.md): Best practices for working in the Meridian backend — multi-tenancy, auth, models, routes, and conventions for developers and AI agents - [Multi-Tenant Identity & SSO](https://docs.meridian.study/backend/multi-tenant-identity.md): Architecture and implementation guide for global identity, platform admins, cross-tenant events, and single sign-on across subdomains - [Multi-Tenant Test Scenarios](https://docs.meridian.study/backend/multi-tenant-test-scenarios.md): Exhaustive checklist of scenarios and edge cases to validate multi-tenant behavior before deployment - [Beacon Event System](https://docs.meridian.study/beacon/events.md): Event lifecycle, approval routing, stakeholders, and Beacon reporting - [Beacon Overview](https://docs.meridian.study/beacon/overview.md): Events, approval routing, stakeholders, and Beacon reporting - [Compass Frontend Development](https://docs.meridian.study/compass/frontend.md): Frontend architecture for utilization, scheduling, and space surfaces - [Compass Overview](https://docs.meridian.study/compass/overview.md): Utilization, scheduling, and Compass reporting - [Deployment](https://docs.meridian.study/deployment.md): End-to-end deployment process from feature branch to production - [Development Guide](https://docs.meridian.study/development.md): Day-to-day Meridian development: where to run commands, how dev servers fit together, and pointers to platform conventions - [Web client best practices](https://docs.meridian.study/frontend/best-practices.md): Platform-level conventions for Meridian/frontend — API access via useFetch and postRequest, not direct axios - [Getting Started](https://docs.meridian.study/getting-started.md): Set up Meridian local development on macOS or Windows - [Introduction](https://docs.meridian.study/introduction.md): Welcome to Meridian Developer Documentation - [Meridian CLI](https://docs.meridian.study/meridian-cli.md): Coordinate work across Meridian and its closed-source modules - [Analytics](https://docs.meridian.study/mobile/analytics.md) - [Deep links](https://docs.meridian.study/mobile/deep-links.md) - [Development Build Setup](https://docs.meridian.study/mobile/development-build-setup.md) - [OTA updates (Android & iOS)](https://docs.meridian.study/mobile/ota-updates.md): Publish JavaScript and asset updates to Meridian-Mobile with EAS Update, without a full store release. - [Responsive Design Guide](https://docs.meridian.study/mobile/responsive-design.md) - [Shuttle tracker (Shubble API)](https://docs.meridian.study/mobile/shuttle-tracker.md): RPI shuttle tracking HTTP API — reference for mobile and client integrations - [Infrastructure Onboarding](https://docs.meridian.study/onboarding-infra.md): Core Meridian docs to read first for engineering context - [Testing](https://docs.meridian.study/testing.md): How to run tests, what we expect when you add code, and how CI enforces it - [Updating Local Database](https://docs.meridian.study/update-local-db.md): Export MongoDB Atlas and restore into a local MongoDB for Meridian development ## OpenAPI Specs - [openapi](https://docs.meridian.study/api-reference/openapi.json) ## Optional - [Meridian Website](https://meridian.study)