Skip to main content

Plugin administration

Registry health, capabilities, action descriptors, and provider surfaces.

Loaded
00
Flagged
00
Action kinds
00
VMs
00

Registry

The package inventory OpenNeko accepted, skipped, or marked for review.

Clean

Loaded

00
None

Skipped

00
None

Flagged

00
None

Capability surface

Provider entry points and action kinds exposed by installed plugins.

Auth provider
Not installed
Channels
Not installed

Action descriptors

Registered action kinds and their default approval modes.

28 registered
Kind
record_create
Mode
ask
Description
Create one record in an OpenNeko app through registry validation, app RBAC, and durable audit history.
Kind
record_update
Mode
ask
Description
Update one OpenNeko app record; include expected field values when the change depends on what was read.
Kind
record_delete
Mode
ask
Description
Soft-delete one OpenNeko app record into its recycle bin; no data is physically dropped.
Kind
record_restore
Mode
ask
Description
Restore one soft-deleted OpenNeko app record from its recycle bin.
Kind
record_backfill
Mode
ask
Description
Populate a newly added field on live records with a reviewed constant or an explicit source-field transform. Existing target values and recycled rows are never changed.
Kind
app_create
Mode
ask
Description
Propose a complete generated app in one approval: permanent app/object/field names, relationships, ownership, permissions, layouts, and pages.
Kind
app_object_create
Mode
ask
Description
Add one object and its complete initial field set to an existing app.
Kind
app_field_add
Mode
ask
Description
Add one optional field to an existing object. Required fields need an additive backfill sequence.
Kind
app_field_modify
Mode
ask
Description
Change field metadata such as label, required validation, read-only state, picklist values, or reference targets; types are permanent.
Kind
app_object_archive
Mode
ask
Description
Hide an object without dropping its physical table or stored rows.
Kind
app_field_archive
Mode
ask
Description
Hide a field without dropping its physical column or stored values.
Kind
app_permission_set
Mode
ask
Description
Set one admin/member object's CRUD grants and regenerate GraphJin policy.
Kind
app_layout_update
Mode
ask
Description
Update an object's detail/list layout or an app page definition.
Kind
records_import_start
Mode
ask
Description
Import a staged CSV into an existing generated-app object after reviewing its immutable column mapping, row count, samples, and duplicate key.
Kind
records_import_status
Mode
external:default - internal:auto
Description
Read the durable progress and reconciliation report for a records CSV import.
Kind
records_import_cancel
Mode
ask
Description
Cancel a records CSV import at its next batch boundary; rows in committed batches remain imported and reported.
Kind
records_identity_backfill
Mode
ask
Description
Backfill generated-app ownership from linked, source-instance-scoped identities through audited GraphJin mutations.
Kind
records_salesforce_discover
Mode
auto
Description
Inspect Salesforce objects, row estimates, and describe metadata using a named secret reference; credentials never enter the action payload.
Kind
records_salesforce_export_start
Mode
ask
Description
Start a resumable Salesforce Bulk API export into an organization-scoped artifact directory after discovery is reviewed.
Kind
records_salesforce_export_status
Mode
external:default - internal:auto
Description
Read durable Salesforce export progress and the completed artifact manifest.
Kind
records_salesforce_export_cancel
Mode
ask
Description
Cancel a Salesforce export; completed checkpointed pages remain available for a safe resume.
Kind
records_salesforce_sync_delta
Mode
ask
Description
Enable scheduled one-way Salesforce delta sync for an imported mirror app; each run advances target-side watermarks only after all governed writes reconcile.
Kind
records_salesforce_cutover
Mode
ask
Description
Freeze a Salesforce mirror, apply and verify one final inbound delta, then atomically make OpenNeko the primary writable system.
Kind
records_artifact_import_start
Mode
ask
Description
Verify a staged connector artifact, review its complete generated schema and mappings, then create and load the app through durable per-object imports.
Kind
app_access_grant
Mode
ask
Description
Grant a specific user or immutable SSO group access to a generated app.
Kind
app_access_revoke
Mode
ask
Description
Revoke a user or SSO group's app access and all child object/field grants.
Kind
app_object_permission_set
Mode
ask
Description
Set read/create/update/delete access for one app object and subject.
Kind
app_field_permission_set
Mode
ask
Description
Set read/write access for one app field and subject.