Agents
Create Agent
Create a new agent configuration
POST
Create a new agent configuration with provider credentials and invocation settings.
string
required
Name for the agent
string
required
LLM provider. Options:
openai, anthropic, bedrock, langchain, customobject
Provider credentials (encrypted at rest)
object
Custom invocation configuration for calling your agent
string
System prompt for the agent. Used for prompt optimization.
array
Default scorers to use for evaluation. Options:
relevance, faithfulness,
safety, hallucination_scorestring
required
Unique agent identifier
string
required
Agent name
string
required
LLM provider
string
required
ISO 8601 timestamp
string
required
Agent-specific API key for SDK authentication

