Codex native MCP resource listing has been verified against AskRobots. Claude Code uses the same hosted endpoint, but should be validated separately in your environment.
Our task system is a state-of-the-art web-based solution designed to streamline and simplify task management. With its intuitive interface and advanced features, it provides users an unparalleled platform to accomplish tasks efficiently and effectively.
主要优势
As a Software-as-a-Service (SaaS) offering, our task system offers the benefits of seamless updates, easy scalability, and reduced IT overhead. But what truly sets us apart is our integration with cutting-edge AI technology. This not only augments decision-making capabilities but also introduces predictive analytics and automation, ensuring that your task management is always a step ahead.
支持的平台/浏览器
Compatibility is key. That's why we've ensured that our software supports all major web browsers across both desktop and mobile platforms. Furthermore, for those looking to integrate our capabilities into custom software systems, we offer a robust API that facilitates seamless connectivity.
2. 開始使用
帳號設定
Begin your journey by creating an account using a valid email address. Once your account is set up, explore our range of features. To access premium functionalities, choose from our subscription plans tailored to your needs.
基本設定
Your new account opens up to a clean slate, ready for personalization. While it might seem daunting at first, remember you don't have to master everything immediately. Start with the basics like Notes, Links, Contacts, and Events. As you become more comfortable, gradually explore more advanced features like Tasks, Task Templates, and Shell. Each module is designed to enhance your productivity at your own pace.
初始用戶引導
After registering, you'll receive an email to verify your account. This is an important step to ensure the security of your account and to activate all features. Follow the instructions in the email to complete the verification process and begin your journey with us.
3. 核心功能
主儀表板概覽
Begin by exploring the main dashboard, where you'll have access to an overview of all your projects, tasks, recent activity, and important metrics. This centralized hub allows you to navigate quickly between different sections of the site and monitor ongoing work at a glance.
專案
Your project management system allows you to create, track, and collaborate on projects. Set deadlines, manage tasks within each project, and monitor progress with easy-to-use tools. Use the project section to view all active and archived projects.
備注
After logging in, users can create notes to capture ideas, meeting minutes, or any important information. Notes are automatically saved and can easily be searched for later. Soon you'll be able to organize notes by projects, categories or tags.
文章
The articles section is designed to help you create and publish longer-form content, such as documentation or reports. You can draft, edit, and collaborate on articles with other team members. The built-in version control ensures you can always revert to previous versions if needed.
連結
After discovering useful resources, you can save and organize them under the Links section. Tag, categorize, and search your links for easy retrieval later. This section is perfect for managing research materials, external documentation, or useful references.
聯絡人
After adding contacts to your system, you can manage and organize their details within the Contacts section. You can easily search for specific people, and soon categorize contacts by project or company, and integrate with other tools for communication.
事件
After creating events, you can view all scheduled meetings, reminders, and deadlines within the Events section. Soon you'll be able to sync events with calendars, send out invitations, and manage notifications to stay on top of important dates.
任務和任務範本
After creating tasks, you can organize them by priority, assign them to team members, and track their completion status. Task templates allow you to create reusable task structures for recurring activities, ensuring consistency and saving time.
檔案
The Files section provides a powerful system to upload, organize, and manage documents with automatic categorization, text extraction, and task creation capabilities.
主要功能
智能上传: 拖放多个文件,自动处理
自动分类: 文件自动组织到逻辑文件夹中
PDF智能: 文本提取使所有PDF可搜索
任务创建: 从发票、合同和文档自动创建任务
批量操作: 一次管理多个文件
文件上传
通过导航到文件→上传来上传文件。您可以:
一次拖放多个文件
将文件与特定项目关联
查看实时上传进度
上传文档至您方案的限制(10-100 MB)
自动分类
AskRobots使用智能模式识别自动组织您的文件:
financial/invoices/2024/ - 用于发票文档
contracts/vendor/active/ - 用于供应商协议
receipts/travel/2024/ - 用于费用收据
personal/photos/vacation/ - 用于个人图像
PDF文本提取
每个PDF都会自动处理以:
提取所有文本以供搜索
识别关键信息(日期、金额、名称)
创建可搜索的元数据
在所有文档中启用全文搜索
从文档创建任务
上传文档,让AI自动创建任务:
發票 → 带有到期日期的付款提醒任务
合同 → 审核和续订提醒任务
会议记录 → 行动项目作为单独的任务
项目文档 → 可交付成果和里程碑任务
按方案的存储限制
方案
总存储
最大文件大小
基本
1 GB
10 MB
专业
10 GB
50 MB
企业
100 GB
100 MB
4. 物件(100x架構)
Objects are live Python code that runs instantly without deployment. This is the 100x architecture - where AI edits code, you refresh your browser, and features are live.
为什么100x?
Traditional development takes 10-30 minutes per change (code, migrations, build, deploy, test). With Objects, changes take 10-30 seconds (edit code, refresh browser, done). That's 100x faster iteration.
对象类型
查看次數
实时网页位于 /v/your-view/
返回HTML、JSON或渲染模板
访问用户上下文和查询参数
调用其他对象获取数据
数据存储
无模式JSON持久化
无需迁移
只需保存/加载JSON
TSV支持以确保持久性
触发器
定时自动化
Cron表达式
后台执行
错误处理
快速启动示例
以下是AI如何创建简单视图:
# Object: u_1_view_hello
# This renders at /v/hello/
def GET(request, context):
name = context.get('params', {}).get('name', 'World')
return {
'html': f'<h1>Hello, {name}!</h1>',
'title': 'Greeting'
}
访问 /v/hello/?name=Dan and see "Hello, Dan!" - no deploy needed.
In an age of relentless digital evolution, the ways we interact with online platforms, handle tasks, and manage workflows are continuously evolving.
Traditional task management systems are static, forcing users into a one-size-fits-all approach. But imagine a world where every task, big or small, fits perfectly. Welcome to our Dynamic Form System.
适应性:随着业务需求的变化发展您的任务。
效率:使用元数据传递数据,消除冗余,提高速度。
个性化:自定义表单的每个元素。
可扩展性:无缝处理任何规模或复杂性的项目。
与我们一起深入探索,体验任务管理的未来。
分解动态表单系统
Our task management system is engineered to offer flexibility and efficiency through its core components: Metadata, JSON Schema, and UI Schema. Each plays a crucial role in the creation and management of dynamic forms.
元数据:
它是什么?
Metadata is essentially "data about data." It functions as a detailed ledger, recording specific attributes and contextual information about each task.
为什么它重要?
Metadata serves as the backbone for contextualizing tasks. It facilitates the seamless integration of data across various tasks, ensuring that important details are carried forward. This continuity is key to maintaining efficiency and coherence in task management.
JSON模式(数据模式):
它是什么?
JSON Schema acts as the architectural blueprint for your task data. It outlines the expected data types, constraints, and overall structure of the data associated with each task.
为什么它重要?
The schema's primary role is to enforce data integrity and structure. By providing a clear definition of data requirements, it ensures that all collected information is consistent, predictable, and conforms to established standards. This is crucial for maintaining data quality and facilitating automation and data processing.
UI模式(视图模型):
它是什么?
The UI Schema is responsible for the visual representation of the data structure defined by the JSON Schema. It provides customization options for the layout and design of form fields, widgets, and other interactive elements.
为什么它重要?
The UI Schema bridges the gap between backend data structures and front-end user experience. Its importance lies in its ability to tailor the presentation and interaction with the data to fit specific user needs and aesthetic preferences. This customization enhances user engagement and ensures a more intuitive and user-friendly interface.
Our API allows you to interact programmatically with our platform, enabling you to manage tasks, view statuses, and much more. It's designed for developers who want to integrate their applications or automate workflows.
身份验证方法
We use token-based authentication for securing our API. Each request must include a valid API token in the header. Tokens can be obtained through your user dashboard. You can find your API key from the dashboard or through this 链接.
端点、请求和响应格式
The API provides various endpoints to access different functionalities. Requests should be made in JSON format, and responses are also returned as JSON. Here's an example endpoint for tasks:
https://askrobots.com/api/tasks/. For a detailed list of all available endpoints, their request methods, and response formats, please refer to our full API documentation.
Managed agents are AI agents with their own identity, token, and optional project access. Legacy AI worker endpoints remain available as compatibility paths.
# 1. Find claimable tasks
GET /api/tasks/claimable/?urgency=high&limit=5
# 2. Claim a task atomically
POST /api/tasks/{id}/claim/?timeout_minutes=30
# 3. Send heartbeats while working
POST /api/tasks/{id}/heartbeat/
# 4. Complete or release when done
POST /api/tasks/{id}/complete_simple/
# or
POST /api/tasks/{id}/release/
认领默认在30分钟后过期。过期的认领会自动释放。
Shell API
Execute shell commands via the API. Supports all shell commands including AI queries (/ar), quick notes, search, and more.
方法
端點
描述
POST
/api/shell/
执行Shell命令
请求体:
{
"command": "/ar What tasks are open?",
"session_id": "optional-uuid-for-conversation-context"
}
响应:
{
"output": "You have 12 open tasks...",
"session_id": null,
"success": true
}
AskRobots is built with security and privacy at its core. We implement industry best practices to protect your data and ensure compliance with privacy regulations.