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
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.
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
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
Real execution requires accepted quotes and funded balance. Sandbox testing is available for integration.
POST /api/v1/executions/get-pulse
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
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.