/
ON
oneloop-hq
/
Feather API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 1d ago
View markdown
oneloop-hq
Feather API
post
Create a team
5a5597ebb2d6
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-12
617
884
2.7 MB
analytics
110
ask-feather
12
assistants
41
billing
3
communication
12
conversation-exports
4
conversations
17
email
7
email-drafts
6
evals
19
extraction-schemas
4
extractions
3
hitl
10
identity
28
integrations
17
knowledge-base
29
knowledge-base-acl
6
knowledge-base-audit
6
knowledge-base-connectors
12
knowledge-base-evals
13
knowledge-base-governance
4
knowledge-gap-analytics
9
library
12
mcp-chat
2
memory
4
mocks
16
model-router
10
notifications
19
personas
7
policies
22
privacy
5
retention-policies
4
scenarios
7
sessions
1
sim_suites
15
simulation_runs
6
sms
5
teams
15
get
List teams
post
Create a team
get
Get a team
put
Update a team
delete
Delete a team
get
List team revisions
post
Create a team revision
get
Get a team revision
post
Set active team revision
get
List members on a team revision
post
Add a member to a team revision
put
Update a member on a team revision
delete
Remove a member from a team revision
get
Get a team's voice call behavior settings
patch
Update a team's voice call behavior settings
tools
17
voice
40
webchat
10
webhooks
2
workflow-playground
4
workflows
22
teams
Create a team
post
/v1/teams
Request body
TeamCreate
required
name
string
required
description
string
nullable
purpose
string
nullable
mode
'supervisor'
|
'swarm'
fallback_member_id
string
uuid
required
initial_member_id
string
uuid
nullable
swarm_domain_hint
string
nullable
swarm_max_hops
integer
nullable
router_config_id
string
uuid
nullable
router_model_settings
ModelChainEntry
members
TeamMemberCreate[]
nullable
metadata
object
nullable
memory_enabled
boolean
Response
Successful Response
TeamResponse
required
id
string
uuid
required
organization_id
string
uuid
required
name
string
required
description
string
nullable
active_revision_id
string
uuid
nullable
active_revision
TeamRevisionResponse
metadata
object
memory_enabled
boolean
created_at
string
date-time
required
updated_at
string
date-time
required