Grafana · Capability
Grafana HTTP API — Organizations
Grafana HTTP API — Organizations. 7 operations. Lead operation: Search organizations. Self-contained Naftiko capability covering one Grafana business surface.
What You Can Do
GET
Searchorgs
— Search organizations
/v1/orgs
POST
Createorg
— Create organization
/v1/orgs
GET
Getorgbyid
— Get organization by ID
/v1/orgs/{orgid}
PUT
Updateorg
— Update organization
/v1/orgs/{orgid}
DELETE
Deleteorg
— Delete organization
/v1/orgs/{orgid}
GET
Getorgusers
— Get users in organization
/v1/orgs/{orgid}/users
POST
Addorguser
— Add user to organization
/v1/orgs/{orgid}/users
MCP Tools
search-organizations
Search organizations
read-only
idempotent
create-organization
Create organization
get-organization-id
Get organization by ID
read-only
idempotent
update-organization
Update organization
idempotent
delete-organization
Delete organization
idempotent
get-users-organization
Get users in organization
read-only
idempotent
add-user-organization
Add user to organization