Doclayer Command-Line Interface - Document Intelligence Platform CLI
Project description
Doclayer CLI
The official Doclayer Command-Line Interface for interacting with the Doclayer document intelligence platform.
Installation
# Via pip
pip install doclayer-cli
# Or via pipx (recommended for isolated installation)
pipx install doclayer-cli
Quick Start
# Authenticate with your Doclayer account
doclayer auth login
# Process a document
doclayer ingest file invoice.pdf --project proj_123 --wait
# List available agents
doclayer agent list --category contracts
# Check billing status
doclayer billing status
Features
- Complete Command Set: All Doclayer operations via CLI
- Batch Ingestion: Process multiple documents with resume capability
- Rich Output: Beautiful terminal formatting
- Profile Management: Multiple environment profiles support
- Secure Authentication: API key and OAuth support
Commands
| Command | Description |
|---|---|
auth |
Authentication (login, logout, API keys) |
agent |
Agent template management |
billing |
Usage tracking and billing |
model |
Model configuration |
project |
Project management |
document |
Document operations |
workflow |
Workflow management |
search |
Vector and graph search |
template |
Template gallery |
config |
Configuration management |
ingest |
Batch ingestion workflows |
status |
Job monitoring and verification |
Configuration
The CLI stores configuration in ~/.doclayer/:
~/.doclayer/
├── config.yaml # Global configuration
├── credentials # Encrypted credentials
└── profiles/ # Environment profiles
Environment Variables
| Variable | Description |
|---|---|
DOCLAYER_API_KEY |
API key for authentication |
DOCLAYER_API_URL |
Custom API endpoint |
DOCLAYER_PROFILE |
Active profile name |
Requirements
- Python 3.11 or higher
- pip or pipx
Documentation
- Getting Started: https://docs.doclayer.ai/cli/quickstart
- Command Reference: https://docs.doclayer.ai/cli/commands
- API Documentation: https://docs.doclayer.ai/api
Support
- Documentation: https://docs.doclayer.ai
- Email: support@doclayer.ai
- Website: https://doclayer.ai
License
Copyright © 2024-2025 Doclayer. All Rights Reserved.
This software is proprietary and confidential. Unauthorized copying, modification, distribution, or use of this software, via any medium, is strictly prohibited.
See the LICENSE file for full terms.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file doclayer_cli-0.1.0.tar.gz.
File metadata
- Download URL: doclayer_cli-0.1.0.tar.gz
- Upload date:
- Size: 36.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98aa8ff4fd97ca747f75a696ce24b657961f61640a64350fad2d6f9d36d986c0
|
|
| MD5 |
8b722f5f92ec9e96aa04579270c4faa4
|
|
| BLAKE2b-256 |
68c4ce5ce4dc524d229babf7d57476670321eb5b666c2dae8bc14082783aff8f
|
File details
Details for the file doclayer_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: doclayer_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 47.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4252f0c70c0f214d72a4540bdf1a085ffe4948777eefa7d33bba23305311abdc
|
|
| MD5 |
f6303233deea3038b532d594742a4b19
|
|
| BLAKE2b-256 |
d0d1ae706445434616aa531063ef429874d6e4536766d72d2233bda4371cd511
|