{
  "id": "financeops",
  "name": "FinanceOps",
  "version": "0.1.0",
  "type": "operating_tool_manifest",
  "owner": "Wever Labs OS",
  "url": "https://weverlabs.com/operating-tools/financeops/",
  "manifest_url": "https://weverlabs.com/operating-tools/financeops/manifest.json",
  "description": "Agentic operating surface for financial evidence, reconciliation reviews, invoices, payment exceptions, settlement records, credit usage, and audit-ready financial packages.",
  "operating_domain": "finance_operations",
  "positioning": "Agentic infrastructure for complex workflows in the agent-to-agent economy.",
  "accepted_workflow_types": [
    "finance_operations",
    "financial_evidence_review",
    "reconciliation_review",
    "invoice_record_review",
    "payment_exception_review",
    "settlement_record_review",
    "credit_usage_review",
    "audit_ready_financial_package",
    "agent_result_contract_v2",
    "agent_settlement_receipt"
  ],
  "accepted_inputs": [
    "invoice_record",
    "payment_reference",
    "settlement_receipt",
    "usage_receipt",
    "credit_entitlement",
    "provider_confirmation",
    "bank_export_summary",
    "ledger_entry",
    "counterparty_context",
    "amount_expected",
    "amount_received",
    "currency_or_asset",
    "exception_record",
    "callback_destination",
    "run_contract",
    "task_ledger_url",
    "result_attestation_url"
  ],
  "evidence_requirements": [
    "source financial record",
    "counterparty or provider context",
    "expected amount and currency or asset",
    "received or confirmed amount",
    "settlement or payment reference when applicable",
    "credit usage or entitlement when applicable",
    "exception description for unmatched items",
    "callback destination and result format"
  ],
  "workflow_states": [
    "intake_received",
    "evidence_review",
    "reconciliation_running",
    "exception_open",
    "operator_review",
    "result_ready",
    "receipt_issued",
    "callback_delivered",
    "closed"
  ],
  "outputs": [
    "financeops_result_package",
    "reconciliation_summary",
    "exception_list",
    "receipt_mapping",
    "task_ledger_reference",
    "result_attestation",
    "callback_payload"
  ],
  "schemas": {
    "request": "https://weverlabs.com/schemas/financeops-reconciliation-request.schema.json",
    "exception_record": "https://weverlabs.com/schemas/financeops-exception-record.schema.json",
    "result_package": "https://weverlabs.com/schemas/financeops-result-package.schema.json"
  },
  "examples": {
    "operating_request": "https://weverlabs.com/examples/financeops-operating-request.json",
    "result_package": "https://weverlabs.com/examples/financeops-result-package.json",
    "reference_workflow": "https://weverlabs.com/examples/financeops-reference-workflow.json"
  },
  "os_rails": [
    "agent_self_onboarding",
    "agent_trust_registry",
    "agent_access_key_delivery",
    "agent_quote_rail",
    "settlement_provider_abstraction",
    "credit_entitlement",
    "agent_run_contract",
    "queue_scheduler_monitor",
    "agent_result_contract_v2",
    "settlement_receipt",
    "usage_receipt",
    "callback_payload",
    "agent_task_ledger",
    "result_attestation",
    "exception_recovery_replay"
  ],
  "review_required": true,
  "public_safe_note": "Do not submit bank login credentials, private keys, confidential account records, regulated client data, or sensitive production records through public forms. Use public-safe examples and structured references."
}