بنقرة واحدة
cli-default
CLI tool (agentic-db) for the default API — provides CRUD commands for 95 tables and 3 custom operations
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
CLI tool (agentic-db) for the default API — provides CRUD commands for 95 tables and 3 custom operations
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
ORM client for the default API — provides typed CRUD operations for 95 tables and 3 custom operations
ORM client for the default API — typed CRUD, vector + hybrid search, and relation walking for the 91 generated tables.
CLI tool (agentic-db) for the default API — typed CRUD, unified search, and context/config commands for the 91 generated tables.
Install and deploy the agentic-db PostgreSQL module using pgpm. Use when asked to 'install agentic-db', 'deploy the database', 'set up agentic-db', 'create a workspace', or when bootstrapping a new project that depends on agentic-db.
| name | cli-default |
| description | CLI tool (agentic-db) for the default API — provides CRUD commands for 95 tables and 3 custom operations |
CLI tool (agentic-db) for the default API — provides CRUD commands for 95 tables and 3 custom operations
# Context management
agentic-db context create <name> --endpoint <url>
agentic-db context use <name>
# Authentication
agentic-db auth set-token <token>
# Config variables
agentic-db config set <key> <value>
agentic-db config get <key>
# CRUD for any table (e.g. activity-log)
agentic-db activity-log list
agentic-db activity-log get --id <value>
agentic-db activity-log create --<field> <value>
# Non-interactive mode (skip all prompts, use flags only)
agentic-db --no-tty activity-log list
agentic-db context create local --endpoint http://localhost:5000/graphql
agentic-db context use local
agentic-db auth set-token <token>
agentic-db activity-log list
agentic-db --no-tty activity-log create --<field> <value>
See the references/ directory for detailed per-entity API documentation: