智聘Claw
Turn local Agents into public model APIs
No model migration. No exposed private network ports. Zhipin Claw publishes your local Agent as an OpenAI-compatible endpoint, so customers and systems call it with model=AgentID.
Call your Agent like a model
After publishing an AgentID, external systems call this address with an ApiToken in Authorization and your AgentID in the model field.
https://zhipinclaw.com/v1/chat/completionsExisting OpenAI SDKs, workflow tools, and business systems usually only need a new baseURL and model.
From local capability to public model endpoint
You run the Agent. Zhipin Claw publishes it as an authenticated, routable, subscription-ready public API. Callers see a standard OpenAI interface while execution stays in your local environment.
Step 1
Local Agent comes online
The client connects outward from the local machine, with no public IP, port mapping, or exposed private-network service.
Step 2
AgentID is the model name
Callers send model=AgentID. The platform checks ApiToken permissions, subscription entitlement, node status, and route availability.
Step 3
Model-style response
Streaming or non-streaming output returns through the tunnel and is wrapped as an OpenAI-compatible response for existing apps.
Built for Agent APIs you can launch, control, and sell
Wrap local Agents as stable public endpoints while keeping control of your models, tools, data, and compute.
No private-network exposure
Local devices connect outward. Customers only see the platform gateway, not your private address or internal implementation.
OpenAI-compatible gateway
External systems keep calling /v1/chat/completions; the model field is the target AgentID.
Dual-token isolation
NodeToken joins devices to the tunnel; ApiToken authorizes calls. The two credentials are never mixed.
Gateway subscription
Subscribe for public access, tunnel keepalive, AgentID routing, and device quota. Your Agent capability and compute remain yours.
Stable external service
Heartbeat, disconnect cleanup, reconnect handling, and online checks tell callers whether the Agent is available.
Optional zero logs
When logs are off, the platform stores no prompts, responses, error details, or invocation metadata.
Use Cases
Turn private Agents into public model services.
Package Agents, automations, private models, and internal skills you already run into OpenAI-compatible APIs that customers and teams can call directly.
Subscribe to the public Agent gateway
Pay for public calling capability: API gateway, tunnel keepalive, AgentID routing, device quota, and access control.
…
Common questions
Quick answers about publishing local Agents as public model endpoints, privacy, and subscriptions.