CVEggy CodeVaultInstant code delivery API

No-database instant fulfilment

Deliver one unique code per order.

Eggy CodeVault helps sellers import legitimate owned codes, connect an API endpoint, and instantly assign one unused code to each buyer without MySQL or a complex install.

Database0
API endpoints8
StorageJSON
InstallUpload
POST /api/assign-code.php
Authorization: Bearer YOUR_API_KEY

{
  "product_slug": "example-product",
  "order_id": "ORDER-12345",
  "buyer_email": "buyer@example.com",
  "code": "CODE-HIDDEN-IN-DEMO"
}

Atomic assignment

Inventory writes use file locking so two orders cannot receive the same available code.

Admin inventory

Create products, import codes, track stock, review assignments and export logs.

API-first delivery

Connect checkout systems, webhook handlers or custom scripts through clean JSON endpoints.

How it works

1
Import codes

Paste or upload legitimate owned codes.

2
Create API key

Connect checkout/webhook systems securely.

3
Assign on order

The API returns one unused code.

4
Track logs

Review order IDs, buyers, stock and usage.

Verify a code

Customers can check whether a code has been issued by this CodeVault install without seeing private buyer data or unsold inventory details.