# MinusOneDB Documentation > Build, query, and manage MinusOneDB environments with the m1 client, Environment API, Ops API, guides, and release notes. ## Getting Started - [Introduction](https://www.minusonedb.com/docs/): Welcome to MinusOneDB. Here you will find documentation, solutions and samples showing how to use the MinusOneDB... - [m1 Client](https://www.minusonedb.com/docs/m1-client): The m1 client is the command line interface to minusonedb. In addition to allowing you to execute all of the endpoints... - [Free Trial](https://www.minusonedb.com/docs/free-trial): The best way to learn how to use new technology is to play with it. To that end, we offer a 1 week free trial that... ## Guides - [Event Capture](https://www.minusonedb.com/docs/event-capture): Our event capture solution should have everything you need to understand user behavior in any context. The samples below... - [Sample Data](https://www.minusonedb.com/docs/samples): Data analytics samples show a number of common data loading and management patterns when using MinusOneDB. Learn how to... ## Best Practices - [Data Modeling & Best Practices](https://www.minusonedb.com/docs/best-practices): MinusOneDB stores schema-defined, queryable records that can also carry arbitrary nested JSON. You get the most out of... - [Loading Data](https://www.minusonedb.com/docs/loading-data): Loading a fresh environment has a few sharp edges that can cause silent data loss — publishes that report success while... ## M1DB Environment API - [Overview](https://www.minusonedb.com/docs/environment-api): The services documented below let you interact with one of your MinusOneDB environments. All of the service endpoints... - [Authentication and Access](https://www.minusonedb.com/docs/env-auth-access): Log in and retrieve token for service access. By default, tokens must be used from the machine they were generated and... - [Users and Tokens](https://www.minusonedb.com/docs/env-users-tokens): List all users and associated metadata. - [Schema](https://www.minusonedb.com/docs/env-schema): Retrieves current schema. - [Archive](https://www.minusonedb.com/docs/env-archive): Please note that the only data access to data stored in the Archive layer is via s3 file access, typically by specifying... - [Data Lake](https://www.minusonedb.com/docs/env-data-lake): Retrieve any number of rows from the data lake via m1key property. - [Data Stores](https://www.minusonedb.com/docs/env-data-stores): Queries the specified data store. - [Session Stores](https://www.minusonedb.com/docs/env-session-stores): Upsert and/or delete data stored in a specified session store. - [System Configuration](https://www.minusonedb.com/docs/env-system-config): Each system parameter is described in detail below; a GET of /system/parameter will let you see the current value of... - [Operations](https://www.minusonedb.com/docs/env-operations): Simple boolean, always returns true in non-error states. Indicates the minimal functioning of the system as a whole. Use... ## M1DB Ops API - [Overview](https://www.minusonedb.com/docs/ops-api): The ops services documented below are hosted at https://ops.minusonedb.com and allow you to manage your account(s) and... - [Authentication and Access](https://www.minusonedb.com/docs/ops-auth-access): Creates a user for you on ops. If successful, you can immediately authenticate using the username and password you... - [Accounts](https://www.minusonedb.com/docs/ops-accounts): List all accounts the current user has access to. - [Environments](https://www.minusonedb.com/docs/ops-environments): Retrieve metadata associated with the specified environment. Note: Anywhere the environment id is passed into, the... - [Rights](https://www.minusonedb.com/docs/ops-rights): Rights are case-sensitive strings associated with a specific account; a user may have access to many (or no) accounts... ## Resources - [Troubleshooting](https://www.minusonedb.com/docs/troubleshooting): Most ops and environment services require an authentication token. If a particular request fails with a 401 error,... - [Release Notes](https://www.minusonedb.com/docs/release-notes): No user facing changes ## Full text - [All docs, single file](https://www.minusonedb.com/docs/llms-full.txt)