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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.apigene.ai/llms.txt

Use this file to discover all available pages before exploring further.

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