Skip to main content
Project administration is where you control access, credentials, billing, and routing for your MeshAgent project. Most teams use MeshAgent Studio for day-to-day changes, the MeshAgent CLI for quick workflows, and the REST API for automation.

What you manage

  • Members and roles: Invite teammates and define what they can do.
  • API keys: Issue and rotate project-scoped credentials for services and automation (see API Keys).
  • Authentication: Configure OAuth clients and participant access patterns (see Authentication).
  • Billing and usage: Track spend, credits, and usage trends (see Billing).
  • Domains: Map domains to room services and published endpoints (see Domains).

Where to manage

  • MeshAgent Studio: The primary UI for projects, members, keys, and billing.
  • MeshAgent CLI: Quick project changes and scripts (for example API keys and routes).
  • REST API: Programmatic access for provisioning, CI, or multi-project automation.
  1. Create a project and invite your team.
  2. Configure OAuth clients if you are building a customer-facing app (see Authentication).
  3. Set up billing and usage monitoring before you deploy production workloads (see Billing).
  4. Create routes for any web endpoints you plan to share publicly (see Domains).

Next steps