Agent Catalog

Catalog Entries

List catalog entries

Returns the catalog’s entries, optionally filtered by agent and status.

get

Query Parameters

agent_idstring

Only entries for this agent.

Example:agt_8f2c1a

statusstring

Lifecycle of a catalog entry.

Allowed values:in_progresscompletedpublishedwithdrawnfailed

Example:completed

limitinteger

Default:25

>= 1<= 100

cursorstring

Cursor from page.next_cursor of the previous response.

Response

application/json

Results list

dataarray[object]
Show Child Parameters
pageobject

Cursor-based pagination.

Show Child Parameters
get/catalog-entries
 
application/json

Create a catalog entry

Starts the generation of a catalog entry from an agent and a
template. Processing runs asynchronously; the response initially
carries status: "in_progress".

post

Body

application/json

CreateCatalogEntryRequest

agent_idstringrequired

Agent the catalog entry is generated from.

Example:agt_8f2c1a

template_idstringrequired

Design template of the catalog.

Example:tpl_standard

target_teamstring

Audience the entry is written for.

Allowed values:engineeringproductsupportsales-opscompliance-legalopen

Default:open

sectionsarray[string]

Content block of the catalog entry.

Allowed values:capabilitiesdata_scopeintegrationscompliancetarget_teamsrollout_history

internal_notestring

Internal remark; does not appear in the record.

<= 500 characters

Example:Owner wants the pilot renewed before the entry goes live org-wide.

Response

application/json

Generation accepted

CatalogEntry

idstring

Example:entry_4d9b2e

agent_idstring

Example:agt_8f2c1a

template_idstring

Example:tpl_standard

target_teamstring

Audience the entry is written for.

Allowed values:engineeringproductsupportsales-opscompliance-legalopen

Default:open

statusstring

Lifecycle of a catalog entry.

Allowed values:in_progresscompletedpublishedwithdrawnfailed

Example:completed

record_urlstring(uri)

Only set once status: completed. The link is valid for 24 hours.

Example:https://api.nexora.example/v1/catalog-entries/entry_4d9b2e/record

pagesinteger

Page count of the generated record.

Example:4

disclosuresobject

Result of the compliance-disclosure check.

Show Child Parameters
created_atstring(date-time)

Example:2026-08-20T09:41:12Z

completed_atstring | null(date-time)

Example:2026-08-20T09:41:20Z

post/catalog-entries

Body

{ "agent_id": "agt_8f2c1a", "template_id": "tpl_standard", "target_team": "engineering", "sections": [ "capabilities", "data_scope", "integrations", "compliance" ] }
 
application/json

Retrieve a catalog entry

Returns status, metadata and the compliance-disclosure report.

get

Path Parameters

entryIdstringrequired

Identifier of the catalog entry.

Example:entry_4d9b2e

Response

application/json

Catalog entry

CatalogEntry

idstring

Example:entry_4d9b2e

agent_idstring

Example:agt_8f2c1a

template_idstring

Example:tpl_standard

target_teamstring

Audience the entry is written for.

Allowed values:engineeringproductsupportsales-opscompliance-legalopen

Default:open

statusstring

Lifecycle of a catalog entry.

Allowed values:in_progresscompletedpublishedwithdrawnfailed

Example:completed

record_urlstring(uri)

Only set once status: completed. The link is valid for 24 hours.

Example:https://api.nexora.example/v1/catalog-entries/entry_4d9b2e/record

pagesinteger

Page count of the generated record.

Example:4

disclosuresobject

Result of the compliance-disclosure check.

Show Child Parameters
created_atstring(date-time)

Example:2026-08-20T09:41:12Z

completed_atstring | null(date-time)

Example:2026-08-20T09:41:20Z

get/catalog-entries/{entryId}
 
application/json

Withdraw a catalog entry

Takes a catalog entry off every channel and marks it withdrawn.
The record remains available for audit purposes.

post

Path Parameters

entryIdstringrequired

Identifier of the catalog entry.

Example:entry_4d9b2e

Response

Withdrawn

post/catalog-entries/{entryId}/withdraw