A single credential cannot drive both. That is intentional, not an SDK limitation.
The easiest way in is the typed client SDK:
Who these docs are for
- Application developers wiring a Syvon-powered site, feed, or chat into their own product.
- Agents and LLMs building on top of Syvon programmatically. Every method lists its HTTP method + path, parameters, return type, required credential, and the server-side behavior that matters to a caller. This site also serves
llms.txtandllms-full.txtat the root for machine reading. - Internal teams documenting what the supported client path is (and what deliberately is not exposed; see Scope).
What you can build
- A website or app that renders a published agent’s feed, files, and site config.
- A chat client that streams an agent’s replies (the owner is billed per turn; see Chat stream).
- Account tooling: workspace and member management, credit balance and history, API key minting.