Resources
Benchmarks
SDK methods for the Benchmarks resource.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SDK methods for the Benchmarks resource.
verial.benchmarks.list({ cursor?, limit? })
verial.benchmarks.create({ name, environmentId, description? })
verial.benchmarks.get({ id })
verial.benchmarks.update({ id, name?, description? })
verial.benchmarks.delete({ id })
const benchmark = await verial.benchmarks.create({
name: 'Prior Auth Workflow',
environmentId: 'env_01H...',
})