# Grafbase Create Command

Create a new graph.

**Usage:**

```bash
grafbase create [OPTIONS]
```

**Options:**

- `-n, --name <NAME>`: Specify the graph name.
- `-a, --account <ACCOUNT>`: Specify the account slug to create the graph.

## Examples

Create a new graph:

```bash
grafbase create --name my-graph --account my-org
```