VAAS-X API

The VAAS-X substrate exposes a REST API for episode ingestion, similarity search, index management, and health monitoring. Get an API key instantly on the Free tier, or self-serve upgrade to Developer or Professional via Stripe -- see the pricing page. Enterprise deployments (custom limits, SLA, and encrypted search) are contact-gated; reach out for those.

Ingest

Submit operational data. The API accepts structured payloads and routes them to the appropriate device shard. A tenant privacy layer may be enabled for regulated deployments. Bootstrap provides a zero-config alternative for JSON-emitting data sources.

Search

Query for similar records. The service returns ranked results. Queries may be submitted as an embedding vector or as raw text.

Billing (Stripe)

Self-serve upgrades for SDK tiers are available via Stripe Checkout and the billing portal. After successful payment, the service updates your tier automatically.

Public Resolver Endpoints

These are the customer-facing endpoints used by the SDK:

  • POST /ingest
  • GET /query
  • POST /outcome
  • POST /ac/ingest (Professional tier and above -- multimodal episodes)
  • POST /ac/query (Professional tier and above -- multimodal retrieval)
  • POST /free-signup (Free tier -- instant API key)
  • POST /billing/checkout
  • POST /billing/portal
  • POST /webhook (server-to-server)
  • GET /health

See pricing and SDK tiers →

Request API access → hello@vaasx.com