rekor providers

Import/export tool definitions between LLM providers and Record record_types

Subcommands

rekor providers import <provider>

Import tool definitions as record_types. Providers: ${VALID_PROVIDERS}

  • --tools <json> — Tool definitions (inline JSON or @filename)

rekor providers export <provider>

Export record_types as tool definitions. Providers: ${VALID_PROVIDERS}

  • --record_types <ids> — Comma-separated record_type IDs (omit for all)
  • --output <file> — Write output to file

rekor providers import-call <provider> <record_type>

Create a record from a tool call in provider format. Providers: ${VALID_PROVIDERS}

  • --data <json> — Tool call data in provider format (inline JSON or @filename)
  • --external-id <id> — External ID for idempotent upsert
  • --external-source <source> — External source identifier
providers — Rekor