Documentation

Discover, quote, execute and verify through 9192.

The public HTTPS gateway exists for onboarding and machine-readable metadata. Native execution remains on the 9192/1 TLS edge at edge.nineoneninetwo.com.br:9443.

1. Discovery

Start with DNS TXT, WebFinger, host-meta, the agent card, OpenAPI and the 9192 well-known manifest.

GET /.well-known/9192/
GET /.well-known/agent.json

2. Quote

Quotes are free with public limits. The API calls the same 9192 TLS edge and does not calculate price locally.

POST /api/v1/quotes/get-pulse

3. Execute

Real execution requires accepted quotes and funded balance. Sandbox testing is available for integration.

POST /api/v1/executions/get-pulse

Agent Runner

For first integration, use one command to discover the node, run sandbox execution and verify a receipt before paid work.

npx @nineoneninetwo/demo --mode sandbox

Open agent guide

Recommended machine flow

Resolve _9192.nineoneninetwo.com.br, fetch the HTTPS manifest, validate the manifest hash, read pricebook and payment rails, create a quote, accept it after funding, execute, fetch the receipt and verify it.