Codex native MCP-resourcelijst is geverifieerd tegen AskRobots. Claude Code gebruikt hetzelfde gehoste eindpunt, maar moet afzonderlijk worden gevalideerd in uw omgeving.
Het gehoste eindpunt stelt MCP-tools, resources en resourcesjablonen beschikbaar.
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.
Belangrijkste voordelen
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.
Ondersteunde platforms / browsers
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. Aan de slag
Accountinstelling
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.
Basisconfiguratie
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.
Initieel gebruikers onboarden
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. Kernfuncties
Overzicht van het hoofddashboard
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.
Projecten
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.
Notities
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.
Artikelen
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.
Links
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.
Contacten
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.
Evenementen
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.
Taken & taaksjablonen
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.
Bestanden
The Files section provides a powerful system to upload, organize, and manage documents with automatic categorization, text extraction, and task creation capabilities.
Belangrijkste functies
Slim uploaden: Meerdere bestanden slepen met automatische verwerking
Automatische categorisering: Bestanden worden automatisch georganiseerd in logische mappen
PDF-intelligentie: Tekstextractie maakt alle PDF's doorzoekbaar
Taakaaanmaak: Automatisch taken aanmaken vanuit facturen, contracten en documenten
Upload bestanden door naar Bestanden → Uploaden te gaan. U kunt:
Meerdere bestanden tegelijk slepen
Bestanden koppelen aan specifieke projecten
Realtime uploadvoortgang bekijken
Documenten uploaden tot de limiet van uw plan (10-100 MB)
Automatische categorisering
AskRobots organiseert uw bestanden automatisch met intelligente patroonherkenning:
financial/invoices/2024/ - Voor factuurdocumenten
contracts/vendor/active/ - Voor leveranciersovereenkomsten
receipts/travel/2024/ - Voor onkostenbonnetjes
personal/photos/vacation/ - Voor persoonlijke afbeeldingen
PDF-tekstextractie
Elke PDF wordt automatisch verwerkt om:
Alle tekst te extraheren voor zoeken
Sleutelinformatie te identificeren (datums, bedragen, namen)
Doorzoekbare metadata aan te maken
Volledige tekstzoekopdracht over alle documenten in te schakelen
Taakaaanmaak vanuit documenten
Upload documenten en laat AI automatisch taken aanmaken:
Facturen → Betalingsherinneringstaken met vervaldatums
Contracten → Beoordelings- en vernieuwingsherinneringstaken
Vergadernotities → Actiepunten als individuele taken
Projectdocumenten → Deliverable- en mijlpaaltaken
Opslaglimieten per plan
Plan
Totale opslag
Maximale bestandsgrootte
Basis
1 GB
10 MB
Pro
10 GB
50 MB
Enterprise
100 GB
100 MB
4. Objecten (100x-architectuur)
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.
Waarom 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.
Objecttypen
Weergaven
Live webpagina's op /v/your-view/
HTML, JSON retourneren of sjablonen weergeven
Gebruikerscontext en queryparameters openen
Andere objecten aanroepen voor gegevens
Gegevensopslagen
Schema-vrije JSON-persistentie
Geen migraties nodig
Gewoon JSON opslaan/laden
TSV-ondersteund voor duurzaamheid
Triggers
Geplande automatisering
Cron-expressies
Achtergronduitvoering
Foutafhandeling
Snelstartvoorbeeld
Zo maakt AI een eenvoudige weergave:
# 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'
}
Bezoek /v/hello/?name=Dan and see "Hello, Dan!" - no deploy needed.
get_object_state - Persistente toestand van het object lezen
Objectisolatie
Objecten van elke gebruiker zijn geïsoleerd met voorvoegsels:
u_1_view_dashboard - Dashboardweergave van gebruiker 1
u_1_deals - Gegevensopslag voor deals van gebruiker 1
views_landing - Systeemweergave (alleen-lezen)
Gebruikers kunnen alleen hun eigen objecten zien en wijzigen. Systeemobjecten zijn beschikbaar als alleen-lezen voorbeelden.
Aan de slag: Ga naar Objecten om uw eerste object aan te maken, of verbind uw AI via MCP en laat het functies voor u bouwen.
5. De toekomst van aanpasbaar taakbeheer: De kracht van dynamische formulieren ontketen
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.
Aanpasbaarheid: Pas uw taken aan naarmate uw zakelijke behoeften veranderen.
Efficiëntie: Gebruik metadata om gegevens door te sturen, redundantie te elimineren en snelheid te verbeteren.
Personalisatie: Pas elk element van uw formulieren aan.
Schaalbaarheid: Projecten van elke schaal of complexiteit naadloos afhandelen.
Duik erin, verken en ervaar de toekomst van taakbeheer met ons.
Het dynamische formuliersysteem ontleden
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:
Wat is het?
Metadata is essentially "data about data." It functions as a detailed ledger, recording specific attributes and contextual information about each task.
Waarom is het belangrijk?
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 Schema (Gegevensschema):
Wat is het?
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.
Waarom is het belangrijk?
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 Schema (weergavemodel):
Wat is het?
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.
Waarom is het belangrijk?
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.
JSON-gegevens en taaksjablonen
Begin met uw JSON-gegevens. Heeft u er geen? Bekijk enkele voorbeelden hier of
hier aanmaken.
JSON Schema (Gegevensschema)
[ Afbeelding van JSON-code of UML-diagram hier ]
Beschrijf uw formulierobject met behulp van een JSON-bestand. Het bevat namen, typen, waarden en groottes van velden.
Technische fouten die resulteren in te hoge kosten
Dubbele kosten
Neem binnen 30 dagen contact op met support@askrobots.com voor terugbetalingsverzoeken.
Enterprise-facturering
Voor organisaties die behoefte hebben aan:
Gefactureerde facturering (NET 30)
Volumekortingen
Meerdere gebruikersaccounts
Aangepaste contracten
Neem contact op met sales@askrobots.com voor Enterprise-opties.
11. API-documentatie
API-overzicht
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.
Authenticatiemethoden
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 link.
Eindpunten, verzoek- & reactieformaten
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/. Voor een gedetailleerde lijst van alle beschikbare eindpunten, hun verzoekmethoden en reactieformaten, raadpleeg onze volledige API-documentatie.
Taken weergeven
Hier is een voorbeeld curl-opdracht om taken weer te geven:
Beheerde agenten zijn AI-agenten met hun eigen identiteit, token en optionele projecttoegang. Verouderde AI-medewerkereindpunten blijven beschikbaar als compatibiliteitspaden.
Methode
Eindpunt
Omschrijving
GET
/api/workertypes/
Medewerkerstypen weergeven
GET
/api/aiworkers/
Beheerde agenten en verouderde AI-medewerkers weergeven
# 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/
Claims verlopen standaard na 30 minuten. Verouderde claims worden automatisch vrijgegeven.
Shell-API
Shelloprachten uitvoeren via de API. Ondersteunt alle shelloprachten inclusief AI-query's (/ar), snelle notities, zoeken en meer.
Methode
Eindpunt
Omschrijving
POST
/api/shell/
Een shellopracht uitvoeren
Verzoekbody:
{
"command": "/ar What tasks are open?",
"session_id": "optional-uuid-for-conversation-context"
}
Reactie:
{
"output": "You have 12 open tasks...",
"session_id": null,
"success": true
}
Reacties cachen indien mogelijk om API-aanroepen te verminderen
Tarieflimieten afhandelen soepel met exponentiële terugval
Webhooks gebruiken in plaats van peilen voor realtime updates
Bulkbewerkingen bij het aanmaken van meerdere resources
Alleen benodigde velden opnemen met veldseleciteparameters
Paginering gebruiken correct voor grote datasets
Tokens veilig opslaan en ze regelmatig roteren
Hulp nodig? Neem contact op met api-support@askrobots.com voor API-specifieke vragen of bezoek onze
API-voorbeeldrepository voor meer codevoorbeelden.
7. Beveiliging & privacy
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.
Gegevensisolatie
De gegevens van elke gebruiker zijn volledig geïsoleerd:
Beveiliging op rijniveau: Alle databasequery's worden gefilterd op gebruikers-ID
Geen gedeelde gegevens: Uw bestanden, taken en projecten zijn nooit toegankelijk voor andere gebruikers
API-isolatie: Op token gebaseerde authenticatie zorgt ervoor dat gegevenstoegang gebruikersspecifiek is
Projectgrenzen: Zelfs binnen teams wordt toegang gecontroleerd op projectniveau
Versleuteling
We gebruiken meerdere lagen versleuteling om uw gegevens te beschermen:
Onderweg: Alle verbindingen gebruiken TLS 1.3-versleuteling
In rust: Bestanden zijn versleuteld met AES-256-versleuteling
Database: Gevoelige velden gebruiken versleuteling op toepassingsniveau
Back-ups: Alle back-ups zijn versleuteld voor opslag
Back-upprocedures
Uw gegevens zijn beschermd door uitgebreide back-upstrategieën:
Geautomatiseerde dagelijkse back-ups van alle databases
Bewaring van 30 dagen voor herstel op een bepaald punt in de tijd
Regelmatig herstelstests om de integriteit van back-ups te waarborgen
Gebruikersmachtigingen
Fijnkorrelige machtigingscontroles:
Rolgebaseerde toegang: Beheerder-, gebruikers- en medewerkersrollen
Projectmachtigingen: Beheer wie projecten kan bekijken, bewerken of beheren
API-machtigingen: Aparte tokens voor verschillende toegangsniveaus
Auditregistratie: Alle machtigingswijzigingen bijhouden
API-beveiliging
Onze API implementeert meerdere beveiligingsmaatregelen:
Tokenauthenticatie: Veilige API-tokens die kunnen worden ingetrokken
Tariefbeperking: Misbruik voorkomen met intelligente tarieflimieten
Invoervalidatie: Alle invoeren worden opgeschoond en gevalideerd
CORS-bescherming: Gecontroleerd resource-delen van andere oorsprong
AVG-naleving
We respecteren uw privacyrechten onder de AVG:
Recht op toegang: Op elk moment al uw gegevens exporteren
Recht op verwijdering: Uw account en alle bijbehorende gegevens verwijderen
Gegevensportabiliteit: Gegevens exporteren in standaardformaten (JSON, CSV)
Privacy door ontwerp: Privacy overwogen in alle functies
Gegevensminimalisatie: We verzamelen alleen noodzakelijke gegevens
Bewaarbeleid voor gegevens
Duidelijk beleid over hoe lang we uw gegevens bewaren:
Actieve accounts: Gegevens bewaard zolang account actief is