Skip to main content
Glama
signing-key-model.ts485 B
import { ApId, BaseModelSchema } from '@activepieces/shared' import { Static, Type } from '@sinclair/typebox' export enum KeyAlgorithm { RSA = 'RSA', } export type SigningKeyId = ApId export const SigningKey = Type.Object({ ...BaseModelSchema, platformId: ApId, publicKey: Type.String(), displayName: Type.String(), /* algorithm used to generate this key pair */ algorithm: Type.Enum(KeyAlgorithm), }) export type SigningKey = Static<typeof SigningKey>

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'

If you have feedback or need assistance with the MCP directory API, please join our Discord server