Grid Authentication
DERIVED FROM DOCS, NOT FROM A SPEC — Grid publishes no OpenAPI, so there is no securitySchemes block to read. Everything below comes from Grid's own help-center articles. Grid has two authentication stories and they are not the same surface. The AGENT surface (the remote MCP server) authenticates with OAuth 2.0, with a long-lived bearer access token offered only as a documented fallback for Claude Code. The HUMAN surface (the Grid web app) supports SAML 2.0 enterprise SSO against Okta and Microsoft Entra ID, configured by exchanging metadata with Grid support rather than self-serve in the app. There is no API key programme. No article in Grid's knowledge base documents issuing, rotating, scoping or revoking an API credential for a REST API, because there is no public REST API.
Grid secures its APIs with oauth2, http-bearer, and saml2 across 3 declared security schemes, as derived from its OpenAPI definitions.