Kiln AI Server
Project description
Kiln AI REST Server
About Kiln AI
Learn more about Kiln AI at kiln.tech
This package is the Kiln AI server package. There is also a separate desktop application and python library package.
Github: github.com/Kiln-AI/kiln
Installation
We suggest installing with uv:
uv tool install kiln_server
REST API Docs
Our OpenAPI docs: https://kiln-ai.github.io/Kiln/kiln_server_openapi_docs/index.html
Running the server
After installing, run:
kiln_server
kiln_server Command Options
usage: kiln_server [-h] [--host HOST] [--port PORT] [--log-level LOG_LEVEL] [--auto-reload AUTO_RELOAD]
Run the Kiln AI REST Server.
options:
-h, --help show this help message and exit
--host HOST Host for network transports.
--port PORT Port for network transports.
--log-level LOG_LEVEL
Log level for the server when using network transports.
--auto-reload AUTO_RELOAD
Enable auto-reload for the server.
Using the server in another FastAPI app
See server.py for examples, but you can connect individual API endpoints to your app like this:
from kiln_server.project_api import connect_project_api
app = FastAPI()
connect_project_api(app)
Kiln MCP Server
Also included in this package is a MCP server for serving Kiln tools.
See it's README for details.
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 kiln_server-0.26.0.tar.gz.
File metadata
- Download URL: kiln_server-0.26.0.tar.gz
- Upload date:
- Size: 195.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f1936d004a6764ca9b231a8d64314d4ce3ec876061740a64f13836066ea55b1
|
|
| MD5 |
075820b14ade9dc4fe08eb20c44b00c9
|
|
| BLAKE2b-256 |
a906797b9a3620f1818ee0c685c53bd8be12b80fbf039ee9536b3ccd5dd2da46
|
File details
Details for the file kiln_server-0.26.0-py3-none-any.whl.
File metadata
- Download URL: kiln_server-0.26.0-py3-none-any.whl
- Upload date:
- Size: 85.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7677bc657bd4f55b7ecbad34b9d1aa11ba7b99ca90fa6ea38381c12f7831e789
|
|
| MD5 |
956f8033eb098617485627925c992597
|
|
| BLAKE2b-256 |
ff5592ae2748cded31d15b1beddc665c3801cd9ca021ffaed205dbc2d09b9a02
|