monad.ai
    Preparing search index...

    Interface MonadIndexEntry

    interface MonadIndexEntry {
        capabilities?: string[];
        claimed_namespaces?: string[];
        endpoint: string;
        first_seen: number;
        identity_hash?: string;
        last_seen: number;
        monad_id: string;
        name?: string;
        namespace: string;
        public_key?: string;
        scope_path?: string;
        tags?: string[];
        trust?: SelfSurfaceTrust;
        type?: SelfSurfaceType;
        version?: string;
    }
    Index

    Properties

    capabilities?: string[]
    claimed_namespaces?: string[]
    endpoint: string
    first_seen: number
    identity_hash?: string

    Root .me identity hash for ownership/claims. Distinct from mesh routing id.

    last_seen: number
    monad_id: string
    name?: string
    namespace: string
    public_key?: string
    scope_path?: string

    Where in the namespace tree this monad operates. Absent = treats as "/".

    tags?: string[]
    version?: string