For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Management

Agent related APIs

에이전트 얻기

get
/webapi/v2/agents

List agents (users) in the project with optional email filter and pagination.

Authorizations
API-KEYstringRequired

Your API key for authentication

Query parameters
offsetintegerOptionalDefault: 0
limitintegerOptionalDefault: 100
emailstring · nullableOptional
Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

알겠습니다.

application/json
get/webapi/v2/agents

Get Agent

get
/webapi/v2/agents/{agent_id}

Retrieve a single agent by ID. Returns 404 if the agent is not a member of the project.

Authorizations
API-KEYstringRequired

Your API key for authentication

Path parameters
agent_idstringRequired
Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

OK

application/json
idstringRequired
lastNamestringRequired
firstNamestringRequired
emailstringRequired
get/webapi/v2/agents/{agent_id}

대량 유저 작업 수행

post
/webapi/v2/users/bulk

Create, update, or delete users in bulk. Supports up to 100 users per request. Each user result includes individual success/error status.

Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body
actionstring · enumRequiredPossible values:
Responses
200

알겠습니다.

application/json
post/webapi/v2/users/bulk

유저 가져오기

get
/webapi/v2/user/{own_user_id}

Retrieve a user by their own_user_id, including email and customer group information.

Authorizations
API-KEYstringRequired

Your API key for authentication

Path parameters
own_user_idstringRequired
Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

알겠습니다

application/json
get/webapi/v2/user/{own_user_id}

Bulk Invite Members

post
/webapi/v2/members/bulk/invite

Bulk invite members to project.

This endpoint:

  1. Creates agents for emails that don't exist

  2. Adds agents as project members if not already

  3. Creates users for works projects

  4. Assigns permission groups (creates if needed)

Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body

Request for bulk inviting members.

Responses
200

OK

application/json

Response for bulk member operations.

post/webapi/v2/members/bulk/invite

Bulk Update Member Permissions

post
/webapi/v2/members/bulk/update_permission_groups

Bulk update member permission groups.

This endpoint updates permission groups for existing members only.

Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body

Request for bulk updating member permission groups.

Responses
200

OK

application/json

Response for bulk member operations.

post/webapi/v2/members/bulk/update_permission_groups

Bulk Remove Members

post
/webapi/v2/members/bulk/remove

Bulk remove members from project.

This endpoint removes existing members from the project.

Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body

Request for bulk removing members.

Responses
200

OK

application/json

Response for bulk member operations.

post/webapi/v2/members/bulk/remove

List Permission Groups

get
/webapi/v2/permission_groups

List permission groups in the project with optional search and pagination.

Authorizations
API-KEYstringRequired

Your API key for authentication

Query parameters
search_termstring · nullableOptional
limitintegerOptionalDefault: 100
offsetintegerOptionalDefault: 0
Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

OK

application/json
get/webapi/v2/permission_groups

Create Permission Group

post
/webapi/v2/permission_groups

Create a new permission group with the specified name, permissions, and member agents.

Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body
namestringRequired
agentIdsstring[]Optional
Responses
200

OK

application/json
idstringRequired
namestringRequired
isAdminbooleanRequired
isDefaultbooleanRequired
orderinteger · nullableRequired
permissionsstring[]Required
post/webapi/v2/permission_groups

Get Permission Group

get
/webapi/v2/permission_groups/{permission_group_id}

Retrieve a single permission group by ID, including its permissions and member agents.

Authorizations
API-KEYstringRequired

Your API key for authentication

Path parameters
permission_group_idstringRequired
Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

OK

application/json
idstringRequired
namestringRequired
isAdminbooleanRequired
isDefaultbooleanRequired
orderinteger · nullableRequired
permissionsstring[]Required
get/webapi/v2/permission_groups/{permission_group_id}

Delete Permission Group

delete
/webapi/v2/permission_groups/{permission_group_id}

Delete a permission group. Members of this group will lose the associated permissions.

Authorizations
API-KEYstringRequired

Your API key for authentication

Path parameters
permission_group_idstringRequired
Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

OK

No content

delete/webapi/v2/permission_groups/{permission_group_id}

No content

List Permission Group Agents

get
/webapi/v2/permission_groups/{permission_group_id}/agents

List all agents (members) assigned to a specific permission group.

Authorizations
API-KEYstringRequired

Your API key for authentication

Path parameters
permission_group_idstringRequired
Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

OK

application/json
idstringRequired
lastNamestringRequired
firstNamestringRequired
emailstringRequired
get/webapi/v2/permission_groups/{permission_group_id}/agents

Update Permission Group Name

put
/webapi/v2/permission_groups/{permission_group_id}/name

Rename an existing permission group.

Authorizations
API-KEYstringRequired

Your API key for authentication

Path parameters
permission_group_idstringRequired
Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body
namestringRequired
Responses
200

OK

application/json
idstringRequired
namestringRequired
isAdminbooleanRequired
isDefaultbooleanRequired
orderinteger · nullableRequired
permissionsstring[]Required
put/webapi/v2/permission_groups/{permission_group_id}/name

Update Permission Group Permissions

put
/webapi/v2/permission_groups/{permission_group_id}/permissions

Replace the permission set of an existing permission group. Dependent permissions must be included together.

Authorizations
API-KEYstringRequired

Your API key for authentication

Path parameters
permission_group_idstringRequired
Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body
Responses
200

OK

application/json
idstringRequired
namestringRequired
isAdminbooleanRequired
isDefaultbooleanRequired
orderinteger · nullableRequired
permissionsstring[]Required
put/webapi/v2/permission_groups/{permission_group_id}/permissions

프로젝트의 모든 싱글액션 앱 도구를 검색하십시오.

get
/webapi/agent_builder/single_action_app_tools
Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

싱글액션 앱 도구를 성공적으로 검색했습니다.

application/json
get/webapi/agent_builder/single_action_app_tools

특정 싱글액션 앱 도구를 이름으로 검색하십시오.

get
/webapi/agent_builder/single_action_app_tool/{tool_name}
Authorizations
API-KEYstringRequired

Your API key for authentication

Path parameters
tool_namestringRequired

Name of the tool to retrieve

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

싱글액션 앱 도구를 성공적으로 검색했습니다.

application/json
successbooleanOptional

작업이 성공했는지 여부를 나타냅니다.

get/webapi/agent_builder/single_action_app_tool/{tool_name}

Retrieve all agent tools for the project

get
/webapi/agent_builder/agent_tools
Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

Successfully retrieved agent tools

application/json
get/webapi/agent_builder/agent_tools

Retrieve a specific agent tool by its name

get
/webapi/agent_builder/agent_tool/{tool_name}
Authorizations
API-KEYstringRequired

Your API key for authentication

Path parameters
tool_namestringRequired

Name of the agent tool to retrieve

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Responses
200

Successfully retrieved the agent tool

application/json
successbooleanOptional

Indicates if the operation was successful

toolobjectOptional

The agent tool data

get/webapi/agent_builder/agent_tool/{tool_name}

Retrieve OAuth2 information by state

post
/webapi/agent_builder/oauth2_information

Get OAuth2 configuration information for an AI agent using the OAuth state parameter

Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body
statestringRequired

OAuth2 state parameter to identify the OAuth configuration

Responses
200

Successfully retrieved OAuth2 information

application/json
successbooleanOptional

Indicates if the operation was successful

post/webapi/agent_builder/oauth2_information

Update OAuth2 token information

post
/webapi/agent_builder/oauth2_information/update

Update OAuth2 token information (tokenInfo and tokenGenerated) for an existing OAuth configuration

Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body
statestringRequired

OAuth2 state parameter to identify the OAuth configuration

tokenInfoobjectOptional

Updated token information

tokenGeneratednumberOptional

Timestamp when the token was generated

Responses
200

Successfully updated OAuth2 information

application/json
successbooleanOptional

Indicates if the operation was successful

post/webapi/agent_builder/oauth2_information/update

에이전트 관리

post
/webapi/agent_management

프로젝트에서 에이전트를 생성 및 삭제하는 데 사용됨

Authorizations
API-KEYstringRequired

Your API key for authentication

Header parameters
AGENT-EMAILstringOptional

Optional: Email of the agent to use for this request

USER-EMAILstringOptional

Optional: Email address to associate with the user

OWN-USER-IDstringOptional

Optional: User ID to identify or create a user

Body
emailstringOptional

생성하거나 삭제하려는 에이전트의 이메일

deleteFlagbooleanOptional

에이전트를 삭제하려면 True, 생성하려면 False

passwordstringOptional

새 에이전트를 만들 때 필요합니다. 비밀번호는 유효해야 합니다 (소문자, 대문자, 숫자, 비알파벳 문자 중 4개 중 3개를 포함해야 함).

localestringOptional

생성 중인 계정의 언어 설정. 두 글자 ISO 639-1 코드를 사용해 주세요.

permission_group_idstringOptional

에이전트에게 할당할 권한 그룹의 ID

permission_group_namestringOptional

에이전트에게 할당할 권한 그룹 이름

Responses
200

에이전트가 성공적으로 수정되었습니다.

application/json
post/webapi/agent_management

Last updated