Skip to main content
Every tool takes a tenant and an environment — neither is inferred from your credential.

Start here

Most credentials reach exactly one tenant. If only one comes back, use it rather than asking which to use.

Reference

Read the authoring guide before either authoring a configuration or interpreting classifier feedback. Misreading a classifier verdict is the easier of the two to get wrong — an evaluator can produce confident feedback about source data it structurally never received.

Content sources

Task configurations

Review sessions

Before re-running a configuration that has run before, list its existing sessions and consider reusing one. Comparing two runs only means something if both cover the same documents.

Destinations

Pagination

Exactly three tools paginate: speedtrain_list_index_documents, speedtrain_list_review_sessions, and speedtrain_query_review_items.Each returns a total and a cursor. Pass the cursor back unchanged, with the same filters, for the next page. A null cursor is the only end signal.Every other tool returns its list complete — the server walks the platform’s pagination for you, so there is no cursor to look for.

Reading results safely

When an item’s classifier scores include a grounding or faithfulness verdict, check the rule’s source-access setting before trusting it. The item projections surface that setting next to each score, and null there means unknown, not false — read the source document before treating the verdict as authoritative. Quality checks