cURL
curl --request GET \ --url https://ageneral.ai/v1/projects \ --header 'Authorization: Bearer <token>'
{ "projects": [ { "id": "<string>", "userId": "<string>", "name": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ] }
Ageneral session JWT. Obtain through web sign-in or extension OAuth.
Success
Show child attributes