Copilot Info Post
POST
/api/copilotkit/info
const url = 'http://localhost:8000/api/copilotkit/info';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url http://localhost:8000/api/copilotkit/infoRuntime info — POST handler (CopilotKit SDK sends POST).
Responses
Section titled “Responses”Successful Response
Media typeapplication/json
Examplegenerated
example