Agentkit access for my API

I used the sample starte app for agentkit (openai-agentkit-starter-app)
When i run the project, It appears my api key is anot authorized.

I get this req response in the Network Console

{
“persona”: “chatgpt-noauth”,
“token”: “gAAAAABo7-0mJiosfQRmkx9m_hTD6-xk9B2rfWZ3zOd6gL-…
“expire_after”: 540, “expire_at”: 1760554818, “turnstile”: { “required”: true, “dx”: "PBp5bWF3dHlLcBhufA….” },
“proofofwork”: { “required”: true, “seed”: “0.9455854814907344”, “difficulty”: “07a120” }

can you advise me how I can get my API’s allowed for using agentkit ?

Hi and welcome to the community, @bartcant!

Running Chatkit workflows from Agent Builder currently requires organization verification.

Without verification, you can only run the generated Agents-SDK code from the Agent Builder.