Valqio Docs
Platform

Console journey

The user journey from modeling a control to calling its generated action and inspecting runtime evidence.

Console is where your team configures Valqio and inspects what happened after your app starts calling the runtime data plane.

For a scan of every public Console area, see the Console feature map.

Runtime setup path

  1. Create or select a project.
  2. Select the environment your app will call.
  3. Model the Feature, Usage Control, or Limit your application needs.
  4. Add its resource and verb under Use in your product.
  5. Attach the control to a plan or customer rule.
  6. Publish the environment.
  7. Create a server runtime API key.
  8. Copy the SDK environment values.
  9. Send an app request through the generated action.
  10. Inspect the transaction evidence.

A successful integration proves that real product traffic reaches Valqio and leaves inspectable evidence. You do not need to model every pricing model before integrating.

Core areas

Console areaWhat it is for
StartGuided setup, recent activity, and next action.
FeaturesAccess controls with optional generated app integrations.
Usage controlsMeters, quotas, credits, reservations, and generated app integrations.
LimitsFixed, rate, and concurrent protection with generated app integrations.
PlansPackaging rules that grant controls and usage allowances.
CustomersSubjects that receive plans, balances, credits, and usage history.
DevelopersAPI keys, SDK setup snippets, activity, and webhooks.
Decisions → HistoryRuntime decision history and evidence detail. Workbench is the adjacent Decisions tab.
PublishRuntime state previews, environment publishing, and generated SDK handoff.
Runtime ActivityCommit, release, reservation, usage lifecycle, and diagnostics inspection.
Draft InvoicesBilling-sync previews and Stripe export readiness.
SettingsProjects, environments, members, and account billing state.

Workbench vs app traffic

Workbench helps you test a decision shape before or during integration. App traffic is the source of truth for real runtime behavior.

Use Workbench to confirm:

  • the subject exists
  • the plan or customer rule is attached
  • the owning control and generated action key are correct
  • allow and deny paths behave as expected

Use app traffic to prove:

  • the SDK has the right environment values
  • the API key has the right scope
  • idempotency keys are stable
  • evidence links match real request IDs
  • support and finance can inspect the result later

Evidence loop

Every meaningful Console journey should end at evidence:

  1. App calls Valqio.
  2. Valqio returns a decision.
  3. App handles allow or deny.
  4. Decisions → History shows the decision row.
  5. Decision detail explains the subject, action key, owning control, outcome, reason, request identity, and billing or usage context.

If a setup step does not lead to evidence, it is configuration, not proof.

On this page