# DecisioQ Client Kit 7.6.3

This package contains executable and operational assets for integrating with the current DecisioQ API.

## Contents

- `openapi/decisioq-openapi.yaml` — machine-readable public API contract.
- `postman/` — importable collection and environment template.
- `schemas/` — JSON Schemas for token, validation, decision, and error payloads.
- `examples/` — valid requests and representative responses.
- `downloads/decisioq-dotnet-client-7.6.3.zip` — dependency-free .NET 8 client source package.
- `downloads/decisioq-dotnet-sample-7.6.3.zip` — runnable .NET 8 console sample and client source.
- `docs/error-catalog.md` — HTTP/error handling reference.
- `docs/versioning-and-deprecation.md` — compatibility policy.
- `docs/operations.md` — timeouts, retries, billing, monitoring, and support diagnostics.
- `docs/security.md` — credential, token, logging, and data-handling requirements.
- `docs/onboarding-and-support.md` — onboarding, production-readiness, and support checklist.
- `docs/sandbox-requirements.md` — specification for a future genuine sandbox.
- `CHANGELOG.md` — client-kit release history.

- `samples/node/` — dependency-free Node.js command-line sample.
- `samples/python/` — Python standard-library command-line sample.
- `samples/go/` — Go standard-library command-line sample.
- `samples/java/` — Java 11+ command-line sample with no external dependencies.
- `samples/php/` — PHP 8.1+ command-line sample using cURL.
- `samples/node-visual/` — visual browser interface backed by a credential-safe Node.js server.
- `downloads/decisioq-windows-visual-sample-7.6.3.zip` — self-contained Windows x64 visual application.
- `downloads/decisioq-windows-visual-source-7.6.3.zip` — ASP.NET Core source for the Windows visual application.

## Production endpoints

- Identity: `https://identity.vinquery.com/connect/token`
- DDE: `https://dde.vinquery.com`
- Audience: `vinquery:api:decisioq`

API Consumer credentials must only be used by trusted server-side applications.
