Skip to main content
POST
/
matters
/
v1
/
agent-types
curl -X POST "https://api.case.dev/matters/v1/agent-types" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "<string>", "instructions": "<string>" }'

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

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

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Body

application/json
name
string
required
instructions
string
required
slug
string
description
string
model
string
enabled_tools
string[]
disabled_tools
string[]
skill_refs
string[]
metadata
object
is_default
boolean
is_active
boolean

Response

201

Agent type created