MCPcopy Index your code
hub / github.com/TanStack/ai / headers

Method headers

packages/ai-sandbox-sprites/src/client.ts:176–178  ·  view source on GitHub ↗
(extra?: Record<string, string>)

Source from the content-addressed store, hash-verified

174 }
175
176 private headers(extra?: Record<string, string>): Record<string, string> {
177 return { authorization: `Bearer ${this.apiKey}`, ...extra }
178 }
179
180 authHeader(): Record<string, string> {
181 return { authorization: `Bearer ${this.apiKey}` }

Callers 15

createSpriteMethod · 0.95
getSpriteMethod · 0.95
deleteSpriteMethod · 0.95
setUrlAuthMethod · 0.95
fsReadMethod · 0.95
fsWriteMethod · 0.95
fsListMethod · 0.95
listCheckpointsMethod · 0.95
createCheckpointMethod · 0.95
restoreCheckpointMethod · 0.95
probeReadWriteMethod · 0.95
deleteSentinelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected