> ## Documentation Index
> Fetch the complete documentation index at: https://docs.machina.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# connector

> List and inspect the connectors integrated into your project.

Connectors integrate external data providers and services into your project.

## Usage

```bash theme={null}
machina connector list                 # list connectors
machina connector list --json          # output as JSON
machina connector get <name>           # get connector details
```

## Subcommands

| Command                | Description                    |
| ---------------------- | ------------------------------ |
| `connector list`       | List connectors in the project |
| `connector get <name>` | Show connector details         |

To author or push a new connector, use the [`skills`](/cli/commands/skills) surface, which bootstraps the `mkn-constructor` authoring bridge.
