II.
AgentPlatformImpl JSON
Structured · liveagent-platform-impl:paperclip.platform@current
Paperclip Platform (current) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent-platform-impl:paperclip.platform@current",
"_kind": "AgentPlatformImpl",
"_file": "agent-stack/platform-impls/paperclip-platform-current.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Paperclip Platform (current)",
"agentVersionId": "agent-version:paperclip@current",
"packageRef": "source-ref:paperclip-github",
"nativeExtensionFormat": "paperclip-plugin",
"nativeExtensionManifestPath": "plugin.json",
"nativeExtensionsDirectoryPath": [
"plugins/"
],
"skillFormat": "none",
"skillsDirectoryPath": [],
"customSlashCommandsPath": [],
"subagentDefinitionFormat": "adapter-config",
"subagentsDirectoryPath": [
"adapters/"
],
"hooksDirectoryOrConfigPath": [],
"settingsFiles": [],
"pluginRegistryPath": "",
"capabilityProfileRegistry": false,
"launchConfigRegistry": false,
"platformIdentityStrategy": "company-scoped",
"updateChannelMechanism": "npm",
"supportedChannelKinds": [],
"notes": "Platform extensibility:\n- Plugin SDK: @paperclip/plugin-sdk for building custom plugins\n- create-paperclip-plugin: scaffolding CLI for new plugin projects\n- Sandbox providers: isolated execution environments for plugins\n- Adapter directory: pluggable coding agent integrations\n- Company-scoped isolation: each company tenant has isolated state,\n agents, and configurations\nDistribution via npm; local dev with PGlite requires no external\ndatabase setup.\n"
},
"outgoingEdges": [
{
"from": "agent-platform-impl:paperclip.platform@current",
"to": "layer:6-agent-platform",
"kind": "realizes",
"attributes": {}
},
{
"from": "agent-platform-impl:paperclip.platform@current",
"to": "agent:paperclip",
"kind": "composes",
"attributes": {
"role": "platform"
}
},
{
"from": "agent-platform-impl:paperclip.platform@current",
"to": "capability:supports-plugins",
"kind": "supports",
"attributes": {
"versionRange": ">=0.1.0",
"level": "full",
"notes": "Plugin SDK with create-paperclip-plugin scaffolding and sandbox providers."
}
}
],
"incomingEdges": [
{
"from": "agent-version:paperclip@current",
"to": "agent-platform-impl:paperclip.platform@current",
"kind": "composed_of",
"attributes": {
"role": "platform"
}
}
]
}