@@ -246,3 +246,34 @@ Methods:
246246- <code title =" post /browser_pools/{id_or_name}/acquire " >client.browserPools.<a href =" ./src/resources/browser-pools.ts " >acquire</a >(idOrName, { ...params }) -> BrowserPoolAcquireResponse</code >
247247- <code title =" post /browser_pools/{id_or_name}/flush " >client.browserPools.<a href =" ./src/resources/browser-pools.ts " >flush</a >(idOrName) -> void</code >
248248- <code title =" post /browser_pools/{id_or_name}/release " >client.browserPools.<a href =" ./src/resources/browser-pools.ts " >release</a >(idOrName, { ...params }) -> void</code >
249+
250+ # Agents
251+
252+ ## Auth
253+
254+ Types:
255+
256+ - <code ><a href =" ./src/resources/agents/auth/auth.ts " >AgentAuthDiscoverResponse</a ></code >
257+ - <code ><a href =" ./src/resources/agents/auth/auth.ts " >AgentAuthInvocationResponse</a ></code >
258+ - <code ><a href =" ./src/resources/agents/auth/auth.ts " >AgentAuthStartResponse</a ></code >
259+ - <code ><a href =" ./src/resources/agents/auth/auth.ts " >AgentAuthSubmitResponse</a ></code >
260+ - <code ><a href =" ./src/resources/agents/auth/auth.ts " >AuthAgent</a ></code >
261+ - <code ><a href =" ./src/resources/agents/auth/auth.ts " >DiscoveredField</a ></code >
262+
263+ Methods:
264+
265+ - <code title =" get /agents/auth/{id} " >client.agents.auth.<a href =" ./src/resources/agents/auth/auth.ts " >retrieve</a >(id) -> AuthAgent</code >
266+ - <code title =" post /agents/auth/start " >client.agents.auth.<a href =" ./src/resources/agents/auth/auth.ts " >start</a >({ ...params }) -> AgentAuthStartResponse</code >
267+
268+ ### Invocations
269+
270+ Types:
271+
272+ - <code ><a href =" ./src/resources/agents/auth/invocations.ts " >InvocationExchangeResponse</a ></code >
273+
274+ Methods:
275+
276+ - <code title =" get /agents/auth/invocations/{invocation_id} " >client.agents.auth.invocations.<a href =" ./src/resources/agents/auth/invocations.ts " >retrieve</a >(invocationID) -> AgentAuthInvocationResponse</code >
277+ - <code title =" post /agents/auth/invocations/{invocation_id}/discover " >client.agents.auth.invocations.<a href =" ./src/resources/agents/auth/invocations.ts " >discover</a >(invocationID, { ...params }) -> AgentAuthDiscoverResponse</code >
278+ - <code title =" post /agents/auth/invocations/{invocation_id}/exchange " >client.agents.auth.invocations.<a href =" ./src/resources/agents/auth/invocations.ts " >exchange</a >(invocationID, { ...params }) -> InvocationExchangeResponse</code >
279+ - <code title =" post /agents/auth/invocations/{invocation_id}/submit " >client.agents.auth.invocations.<a href =" ./src/resources/agents/auth/invocations.ts " >submit</a >(invocationID, { ...params }) -> AgentAuthSubmitResponse</code >
0 commit comments