cURL
curl --request GET \ --url https://app.apigene.ai/api/mcp/apps_list \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Returns Custom GPT’s full instructions. GPT must call this at the start of each session, before any other action. Response JSON: where operations_list lists actions for app_execute_action.
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
The name of the GenAI app.
The type of the app ('mcp' or 'agent').
Successful Response