From f0202f1ce88ac5a2213b3cd21b1a4c01e4a95554 Mon Sep 17 00:00:00 2001 From: Molly Exten <69611326+mollyexten@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:20:54 -0500 Subject: [PATCH] Update README.md Added note on grabbing workspace ID, since that is mentioned in setting up the .env file at the bottom. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9f2c52..6329e14 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,16 @@ This repository provides examples, tools, and utilities for integrating Mabl and # Installation -## On your mabl workspace +## In your mabl workspace -### Create and API key +### Create an API key TODO +### Get your workspace ID + +Go to **Settings > Workspace** in the mabl app to get your workspace ID. Alternatively, run `mabl workspaces list` in the mabl CLI. + ### Create a Database configuration TODO @@ -28,4 +32,4 @@ MABL_API_KEY=your_api_key MABL_WORKSPACE_ID=your_workspace_id DATABASE_ID=your_database_id MABL_CREDENTIALS_ID=your_credentials_id -``` \ No newline at end of file +```