agent-types
List Agent Type Instances
List instances for an agent type.
Stub endpoint - returns empty list until AgentInstance storage is implemented.
Returns: List of agent instances (currently empty).
Raises: NotFoundError: If agent type not found or belongs to another org.
GET
List Agent Type Instances
Documentation Index
Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Response
Successful Response
Previous
Suggest TriggersAnalyze agent type system instructions and propose trigger configurations.
Uses the trigger-suggester platform agent to generate suggestions
based on the agent's described responsibilities. Returns event,
schedule, and conversation trigger proposals that the user can
accept, modify, or reject.
Returns:
Trigger suggestions with agent type ID and proposed configurations.
Raises:
HTTPException: 400 if agent type has no system instructions.
HTTPException: 503 if the platform agent call fails or returns
an invalid structured response.
Next
List Agent Type Instances