Skip to main content
GET
/
api
/
mcp
/
get_instructions
Get Instructions
curl --request GET \
  --url https://app.apigene.ai/api/mcp/get_instructions \
  --header 'Authorization: Bearer <token>'
{
  "instructions": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Query Parameters

genai_app
string
required

The name of the GenAI app.

app_type
string
default:mcp

The type of the app ('mcp' or 'agent').

Response

Successful Response

Response model for MCP instructions. Contains the formatted instructions for the agent.

instructions
string
required

The formatted agent instructions