Prismatic · Capability
Prismatic GraphQL API
Prismatic provides a GraphQL-based API for building, deploying, and supporting integrations programmatically. The API allows you to manage customers, integrations, instances, components, and other resources. GraphQL operations include queries (pulling data) and mutations (creating, modifying, or deleting data). The API endpoint accepts GraphQL queries via HTTP POST requests. Authentication is handled via JWT bearer tokens obtained through the Prismatic web app or CLI tool.
What You Can Do
POST
Executegraphqlquery
— Prismatic Execute GraphQL Query or Mutation
/api
POST
Refreshauthtoken
— Prismatic Refresh Authentication Token
/auth/refresh
POST
Revokeauthtoken
— Prismatic Revoke Refresh Token
/auth/revoke
GET
Getauthtoken
— Prismatic Get Short-Lived Auth Token
/get_auth_token/
MCP Tools
executegraphqlquery
Prismatic Execute GraphQL Query or Mutation
refreshauthtoken
Prismatic Refresh Authentication Token
revokeauthtoken
Prismatic Revoke Refresh Token
getauthtoken
Prismatic Get Short-Lived Auth Token
read-only
idempotent