hey, exploring how the typescript SDK plays with agent-driven workflows. B2B prospecting agents doing per-company brand enrichment (Claude/ChatGPT/Manus tooling that hits /lookup hundreds of times per query batch) need a different auth pattern than the standard human-developer integration.
current seat-based or per-key auth assumes a dev signs up, gets a key, integrates the SDK once. agent-mediated calls are stateless. each call needs to settle payment in-band without a persistent account.
curious if the SDK has any stub support for that pattern, or if you're considering it for a future version. been running a similar setup on regulatory data with x402 micropayments on base mainnet. $0.10 USDC per call, payment is the auth, no signup. happy to share if useful.
(exploratory question, not a PR.)
— Randy / forgepointsignal.com
hey, exploring how the typescript SDK plays with agent-driven workflows. B2B prospecting agents doing per-company brand enrichment (Claude/ChatGPT/Manus tooling that hits /lookup hundreds of times per query batch) need a different auth pattern than the standard human-developer integration.
current seat-based or per-key auth assumes a dev signs up, gets a key, integrates the SDK once. agent-mediated calls are stateless. each call needs to settle payment in-band without a persistent account.
curious if the SDK has any stub support for that pattern, or if you're considering it for a future version. been running a similar setup on regulatory data with x402 micropayments on base mainnet. $0.10 USDC per call, payment is the auth, no signup. happy to share if useful.
(exploratory question, not a PR.)
— Randy / forgepointsignal.com