Within the restrictions set out by our License & Terms of service, you may automate certain actions within our service. Where not explicitly clarified elsewhere, the presence of documentation for a specific feature or endpoint on this page implies permission to operate said feature in an automated manner, (such as via a custom program, periodically, or through a third party), anywhere in the world where it is permitted by law.
No guarantee is made on our part about the availability, uptime, or stability of any particular endpoint. The service as described herein is provided on a "best effort" basis. We are not responsible for any losses incurred by network issues, downtime, user error, protocol misuse, or otherwise.
You can obtain an API token in the "Devices & API Tokens" section of the account panel. The current limit is 8 API tokens. If you create a new one, the oldest one will be automatically deleted. Note that when a token is removed, all currently connected clients are instantly disconnected with error code
The default prefix for all API endpoints is
https://api.texel.gg/
This means websocket connections are made to
For 3rd-party servers, the API endpoint prefix within the official client can be changed via
WEBSOCKET /<token>
Connects to the WebSocket gateway for all in-game actions, such as subscribing to areas or placing pixels
GET /revoke/<token>
Revokes
Todo
Todo