← Tools Reference

Agora

Agora integration (Communication, Developer Tools). Imported from open-connector.

API key4 toolshttps://api.agora.io
GET
agora_list_projects
List Agora Console projects for the connected account.

/dev/v1/projects

GET
agora_get_project
Retrieve one Agora Console project by project ID and name.

/dev/v1/project

2 parameters
ParamTypeRequiredDescription
projectIdstringoptionalAn Agora Console project ID.
namestringoptionalThe Agora Console project name.
POST
agora_create_project
Create an Agora Console project.

/dev/v1/project

2 parameters
ParamTypeRequiredDescription
namestringrequiredThe Agora Console project name.
enableCertificatebooleanoptionalWhether to enable the primary App Certificate.
GET
agora_get_project_usage
Retrieve usage data for one Agora Console project and business type.

/dev/v3/usage

4 parameters
ParamTypeRequiredDescription
projectIdstringoptionalAn Agora Console project ID.
fromDatestringoptionalThe inclusive usage start date in YYYY-MM-DD format.
toDatestringoptionalThe inclusive usage end date in YYYY-MM-DD format.
businessstringoptionalThe Agora usage business type.