Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
```