Arqera Workforce Docs

Documentation

Implementation guides, API specs, and evidence methodology for Arqera Workforce.

Quickstart

Quickstart

Create your tenant, add provider keys, and route your first request.

Business outcome

Workflows move without losing accountability.

Every task has an owner and evidence trail.
Teams see outcomes clearly.

Operator checklist

Workforce operations.

Create workflows
Assign owners
Monitor throughput and approvals

Why this quickstart matters

Ship a governed routing flow without guessing which settings matter first.

Prerequisites

  • An email address for your organization
  • At least one provider API key
  • A development environment (CLI or SDK)
1

Create your account

Create your organization and verify your email.

  • -Sign up at arqera.io
  • -Verify your email address
  • -Create your organization workspace
2

Add provider keys

Connect the model providers you already use.

  • -Open Settings → AI Providers
  • -Add your OpenAI, Anthropic, or other keys
  • -Save and verify connectivity
3

Set routing policy

Define cost, latency, and quality targets.

  • -Choose a default policy (balanced, quality, or speed)
  • -Set budget caps and latency targets
  • -Enable audit logging for every decision
4

Send your first request

Route a request through Arqera Workforce.

  • -Use the API or SDK to send a routed request
  • -Review the routing decision and usage logs
  • -Iterate on your policy settings
curl -X POST https://api.arqera.io/v1/route \
  -H "Authorization: Bearer $ARQERA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":"Summarize this policy","policy":"balanced"}'