Gravitee · Capability
Gravitee Access Management
Identity and access management workflow for security engineers to manage Gravitee AM security domains, OAuth2/OIDC applications, users, roles, identity providers, and authentication flows.
What You Can Do
GET
List domains
— List all security domains.
/v1/domains
POST
Create domain
— Create a new security domain.
/v1/domains
GET
Get domain
— Get a security domain by ID.
/v1/domains/{domainId}
DELETE
Delete domain
— Delete a security domain.
/v1/domains/{domainId}
GET
List domain applications
— List OAuth2/OIDC applications within a domain.
/v1/domains/{domainId}/applications
GET
List domain users
— List users within a security domain.
/v1/domains/{domainId}/users
GET
List domain roles
— List roles within a security domain.
/v1/domains/{domainId}/roles
GET
List identity providers
— List identity providers within a security domain.
/v1/domains/{domainId}/identities
GET
List domain flows
— List authentication and authorization flows within a domain.
/v1/domains/{domainId}/flows
MCP Tools
list-domains
List all Gravitee AM security domains within an environment.
read-only
get-domain
Get a Gravitee AM security domain by ID.
read-only
create-domain
Create a new Gravitee AM security domain.
update-domain
Update a Gravitee AM security domain.
idempotent
delete-domain
Delete a Gravitee AM security domain and its resources.
list-domain-applications
List OAuth2/OIDC applications within a domain.
read-only
create-domain-application
Create a new OAuth2/OIDC application within a domain.
list-domain-users
List users within a security domain.
read-only
create-domain-user
Create a user within a security domain.
list-domain-roles
List roles within a security domain.
read-only
list-identity-providers
List identity providers within a security domain.
read-only
list-domain-flows
List authentication and authorization flows within a domain.
read-only
APIs Used
gravitee-am