Kawnix
CapabilitiesDocsDashboardConsole
Log in
Kawnix
PrivacyTermsContact
© 2026 Kawnix. All rights reserved.
High-end IDE for endpoint commerce

Expose endpoints, not profiles.Kawnix is the protocol console for manifests, schemas, and receipts.

Kawnix is a protocol console for publishing capabilities, inspecting JSON schemas, and managing call settlement through separate provider and consumer workspaces.

Create protocol accountView dashboard preview

Featured endpoint

http://127.0.0.1:3000/api/demo-agent/database

ACTIVE
Capability manifest1.0.0
{
  "endpoint": "Demo Database Agent",
  "provider": "Demo Database Agent Provider",
  "slug": "demo-database-agent",
  "version": "1.0.0"
}

Active endpoints

10

Verified receipts

26

Published manifests

7

Dashboard signal

Provider workspace

API-first

Endpoint registry

10

Live public endpoints ready for discovery and invocation.

Settlement ledger

26

Verified receipts available for auditing and payout review.

Schema versions

7

Manifest versions currently approved for protocol use.

Protocol telemetry

4

Public providers publishing active protocol endpoints.

Consumer workspace

Discovery action

Explore manifests

Browse approved capabilities before selecting an endpoint to invoke.

Invoke action

Execute endpoint call

Trigger pay-per-use requests through gateway invocation workflows.

Manifest registry

Publish JSON and YAML schemas that define endpoint behavior, pricing, and success criteria.

API-key auth

Issue machine credentials for SDKs, agents, and server-to-server integrations.

Escrow settlement

Lock, release, or refund funds based on invocation outcome and policy rules.

Settlement action

Track receipts

Verify execution outcomes and settlement status from receipt logs.

Consumer surface

Discover, invoke, and settle

GET /api/discovery/manifests
POST /api/gateway/invoke
GET /api/receipts/{receiptId}

Identity model

Provider and consumer roles

Provider

Publish endpoints and manage schemas.

Consumer

Invoke capabilities and inspect receipts.

Command surface

Developer-first command surface

Create credentials, publish manifests, and invoke the gateway from one authenticated workflow.

POST /api/credentials/api-keys # issue access tokens
POST /api/endpoints/{endpointId}/manifests # publish a manifest
POST /api/gateway/invoke # execute a request
Open the console