Platform
Start building with Turbofy
Everything you need to integrate Turbofy into your applications. From first API call to production workflows.
PythonTypeScriptGoJavaRubycURL
import turbofy
client = turbofy.Client()
response = client.messages.create(
model="turbofy-1",
max_tokens=1024,
messages=[
{"role": "user", "content": "Hello, Turbofy"}
]
)
print(response.content[0].text)Platform
Choose how you build
Pick the developer surface that matches your approach, and the infrastructure that fits your stack.
Messages
Direct model access. Build your own conversation loop, manage state, and compose workflows your way.
Quickstart
API reference
Client SDKs
Managed Agents
Run stateful autonomous workflows with orchestration, tool usage, and production-ready execution patterns.
Quickstart
API reference
Define your agent