Skip to main content
POST
Create agent definition

Authorizations

__session
string
cookie
required

Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.

Body

application/json
agentType
enum<string>
required

The type of agent to create

Available options:
strategic_intelligence,
anomaly_detection,
competitive_monitor,
coaching_digest,
voc_analysis,
strategy_brief,
code_quality,
spec_quality
name
string
required

Display name for this agent

description
string

Optional description of the agent's purpose

status
enum<string>
default:paused
Available options:
active,
paused
config
object

Agent-specific configuration (schedule, thresholds, notification settings)

Response

Agent created

data
object