Uely-3000 for programs and agents
Uely-3000 has a public interface for programs. Marketplace and handbook answer without a login. For a business's area, a program needs a token that the person grants themselves and can revoke at any time.
What works without a login?
Marketplace, handbook and signup of new customers: eight tools on https://api.uely.ch/mcp. The tool list itself is open too: a client sees all 25 tools before it signs in, and learns on the first protected call where to get a token.
How do I get a token?
OAuth 2.1 with PKCE, open client registration, no client secrets. The person sees every permission on the consent screen and can disconnect in Settings immediately. Revocation takes effect on the next call, not when the token expires.
Where is the documentation?
In the handbook at uely.ch/handbuch/api/: discovery, tokens, every tool, the REST list, errors and limits. In English. The machine description is at api.uely.ch/openapi.json.