Official Python SDK for the Yutori API
Project description
Yutori SDK
This folder contains the yutori Python package used to interact
with the public Yutori APIs. The SDK is intentionally minimal, designed for
local development or internal tooling while the API surface stabilizes.
You can import the client with:
from yutori import YutoriClient
client = YutoriClient(api_key="sk-your-api-key")
print(client.get_usage())
Available Methods
The YutoriClient class exposes the following methods:
get_usage()— Fetch usage statistics for your API keylist_scouts()— List your existing scoutscreate_scout(request)— Create a new monitoring scout (provide a payload)agent_run(request)— Start a one-off agent run (browsing task)chat_completions(request)— Access chat completion endpoint (LLM/generative)close()— Release underlying HTTP resources
Each method corresponds to a public Yutori API endpoint.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yutori-0.0.1.tar.gz.
File metadata
- Download URL: yutori-0.0.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25a52dcb6181d86c36c53a70955e27ff9ac90289f4d474b8c774e87fa277983a
|
|
| MD5 |
cbd4aa7d8720e4a2abd3d15ed08d1195
|
|
| BLAKE2b-256 |
24febaaa941590e1354f8c5f66075e0abaa1e4a4f5190ed72ca472f183ca73e1
|
File details
Details for the file yutori-0.0.1-py3-none-any.whl.
File metadata
- Download URL: yutori-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96a3fe2395484d893d52e675f95013d92a6a151fb527252469a742c9f0330df2
|
|
| MD5 |
90927d5127970db0638b899c9e208849
|
|
| BLAKE2b-256 |
7ad41293f71c1d9f124ebd48a8af98005fbbc2e6364a218ce9517eb8860a3e52
|