Skip to main content

One post tagged with "v0.96.0"

View All Tags
v0.96.0

Unified Invoke API

All application invocation endpoints (/generate, /generate_deployed, /test, /run) are now unified into a single POST /services/{service}/v0/invoke endpoint. The new format uses structured references for targeting applications and environments, and returns outputs under data.outputs with trace_id and span_id for observability.

The old endpoints remain available temporarily via an adapter. See the full guide for before/after examples.

Read more →