01
Create a project
Choose an environment and copy the project key from the Refario app.
Send the context your application already knows. Refario connects it into a readable run with model, tool, cost, and policy detail.
import { Refario } from "@refario/sdk"
const refario = new Refario({
project: "support-ai",
environment: "production"
})
await refario.run("resolve-order", {
customerId, release, model
})Start with one real workflow. Validate the path, then add the operational context your team needs.
Choose an environment and copy the project key from the Refario app.
Attach workflow, model, tool, customer, and release context to the events you emit.
Open the trace, confirm cost and latency, then configure alerts and guardrails.
Refario correlates a small set of clear primitives instead of forcing your AI system into a proprietary framework.
No credit card. Connect real traffic and see the first operational record in minutes.