Files
stoatchat/docs/docs/developers/endpoints.md
Paul Makles 0b7c132ace docs: initialise new docs with docusaurus (#460)
* docs: initialise new docs with docusaurus

* chore: sign off
Signed-off-by: izzy <me@insrt.uk>

* chore: lock pnpm version in package.json

Signed-off-by: izzy <me@insrt.uk>

* ci: specify package json to load pnpm version from

Signed-off-by: izzy <me@insrt.uk>

* docs: update repo. lifecycle details

Signed-off-by: izzy <me@insrt.uk>

* docs: add external links to for-web, for-android
chore: add default.nix to docs

* docs: correct headings in contrib

* ci: use cache dependency path

* fix: docusaurus configuration

---------

Signed-off-by: izzy <me@insrt.uk>
2025-11-14 22:06:20 +00:00

1.0 KiB

sidebar_position
sidebar_position
1

Endpoints

We are moving stuff around currently following the rebrand, guidance will follow soon!

You can connect to the API on the following URLs:

URL Release Description
https://api.revolt.chat Production Primary API endpoint
https://app.revolt.chat/api Production API endpoint for old client
https://revolt.chat/api Staging API endpoint for new client

You can connect to the events server on the following URLs:

URL Release Description
wss://ws.revolt.chat Production Primary events endpoint
wss://app.revolt.chat/events Production Events endpoint for old client
wss://revolt.chat/events Staging Events endpoint for new client