VENRAC Launchpad

VENRAC provider readiness and integration surface

Source-backed discovery, public capability contracts, AI-readiness checks, and SDK integration paths for provider provider_000001.

Discovery

0.1.0-prototype.1

venrac.com

Knowledge

1 public fact, source-backed only.

description

Security

Public reads require scopes. Internal facts remain outside public discovery.

Readiness Checks

Crawlability

activeWebSources=1 · successfulFetches=1

15/15

Entity clarity

providerVerified=true · verifiedEntity=entity_0e2c9d410dfc99ba · entityConfidence=0.95

20/20

Structured data

type=Organization · name=VENRAC · url=https://venrac.com

20/20

Content coverage

publicFacts=1 · predicates=description · highConfidenceFacts=1

15/15

Source consistency

domainBacked=true · factsBacked=true · fresh=true

15/15

Agent readiness

manifest=0.1.0-prototype.1 · publicReadCapabilities=8 · manifestCapabilities=11

15/15

Public Capabilities

NameVersionRiskRequired scopes
business.get 0.1.0-prototype.1 read public:business.read
source.list 0.1.0-prototype.1 read public:source.read
company.get 0.1.0-prototype.1 read public:company.read
product.get 0.1.0-prototype.1 read public:product.read
pricing.get 0.1.0-prototype.1 read public:pricing.read
docs.search 0.1.0-prototype.1 read public:docs.read
integration.list 0.1.0-prototype.1 read public:integration.read
security.get 0.1.0-prototype.1 read public:security.read

Tool Registry

ToolConnectorEnvironmentAvailabilityHealth
business.getvenrac-self-dogfoodprodenabledhealthy
source.listvenrac-self-dogfoodprodenabledhealthy
company.getvenrac-self-dogfoodprodenabledhealthy
product.getvenrac-self-dogfoodprodenabledhealthy
pricing.getvenrac-self-dogfoodprodenabledhealthy
docs.searchvenrac-self-dogfoodprodenabledhealthy
integration.listvenrac-self-dogfoodprodenabledhealthy
security.getvenrac-self-dogfoodprodenabledhealthy
demo.requestvenrac-self-dogfoodprodenabledhealthy
support.createvenrac-self-dogfoodprodenabledhealthy
contact.createvenrac-self-dogfoodprodenabledhealthy

Integration Kits

TypeScript client

preview

VenracClient

  • Set the VENRAC base URL.
  • Create a client with public read scopes.
  • Call business.get, source.list, or aiReadiness through /v1.

Next.js middleware

preview

middleware.ts

  • Route public discovery requests through middleware.
  • Cache public reads at the edge.
  • Forward denied writes to server-side actions only.

WordPress plugin

planned

venrac-discovery.php

  • Register the site domain.
  • Publish the manifest URL.
  • Sync public organization and offer facts.

REST contract

preview

/v1/capabilities/invoke

  • Send JSON payloads with capabilityName, scopes, and payload.
  • Validate problem+json errors before retrying.
  • Record invocation receipts and request IDs for audit.