Core schemas and types shared across the Agentic platform.
npm install @agentic/platform-types> Core schemas and types shared across the Agentic platform.
> [!TIP]
> You likely don't need this package directly. See @agentic/cli, @agentic/platform, and @agentic/platform-tool-client for more public-facing packages.
``bash`
npm i @agentic/platform-types
`ts``
import {
agenticProjectConfigSchema,
type AgenticProjectConfigInput,
resolvedAgenticProjectConfigSchema,
type ResolvedAgenticProjectConfig,
type User,
type Project,
type Deployment,
type Consumer,
type AdminMcpRequestMetadata
// etc...
} from '@agentic/platform-types'
Some types are raw TS, some are derived from zod schemas, and most of the core database models are inferred from a generated OpenAPI spec exposed by Agentic's backend API.