repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| /** |
| #2 | * CLAWD API Client |
| #3 | * |
| #4 | * Communicates with CLAWD Runtime's control plane for sandbox management, |
| #5 | * credits, and infrastructure operations. |
| #6 | * Adapted from @aiws/sdk patterns. |
| #7 | */ |
| #8 | import type { ClawdRuntimeClient } from "../types.js"; |
| #9 | interface ClawdRuntimeClientOptions { |
| #10 | apiUrl: string; |
| #11 | apiKey: string; |
| #12 | sandboxId: string; |
| #13 | } |
| #14 | export declare function createClawdRuntimeClient(options: ClawdRuntimeClientOptions): ClawdRuntimeClient; |
| #15 | export {}; |
| #16 | //# sourceMappingURL=client.d.ts.map |