Developers
A few lines — production-grade agents in.
TypeScript SDK and HTTP contracts talk to one origin. Production traffic is proxied — no CORS, no token juggling, no callback storms.
examples/contract-review.ts
import { Acosmi } from "@acosmi/sdk";
const acosmi = new Acosmi({ apiKey: process.env.ACOSMI_KEY });
const agent = await acosmi.agents.run("contract-review", {
file: pdfBuffer,
jurisdiction: "CN",
riskLevel: "high",
});
console.log(agent.findings);
// → [ { clause: "§ 8.3", risk: "high", suggestion: ... } ]SDK runtimes
- TypeScript npm i @acosmi/sdk
- Python pip install acosmi
- Java com.acosmi:sdk
- Go github.com/acosmi/sdk-go
Live now
TTFT 89ms · p95
Uptime 99.97% · 7d
1.26B+ time-stamps issued
For developers