12 lines
666 B
Markdown
12 lines
666 B
Markdown
# Client
|
||
|
||
We offer multiple methods to connect to Tabby Server, including editor extensions and OpenAPI.
|
||
|
||
## Editor Extensions
|
||
|
||
* [VSCode Extension](https://github.com/TabbyML/tabby/tree/main/clients/vscode) – Install from the [marketplace](https://marketplace.visualstudio.com/items?itemName=TabbyML.vscode-tabby), or [open-vsx.org](https://open-vsx.org/extension/TabbyML/vscode-tabby)
|
||
* [VIM Extension](https://github.com/TabbyML/tabby/tree/main/clients/vim)
|
||
|
||
## API
|
||
Tabby has opened a FastAPI server at [localhost:8080](https://localhost:8080), which includes an OpenAPI documentation of the HTTP API. The same API documentation is also hosted at [here](/api).
|