# TaskNet

## TaskNet

- [Welcome to TaskNet Documentation](https://dev-docs.tasknet.co/readme.md)
- [Authentication](https://dev-docs.tasknet.co/getting-started/authentication.md): How to access the api
- [API KEY](https://dev-docs.tasknet.co/getting-started/authentication/api-key.md): How to authenticate
- [Environments](https://dev-docs.tasknet.co/getting-started/authentication/environments.md): How to authenticate environment credentials
- [Fingerprints](https://dev-docs.tasknet.co/getting-started/authentication/fingerprints.md): How to authenticate session fingerprint
- [Private Vs Public](https://dev-docs.tasknet.co/getting-started/private-vs-public.md): The Browser can live in either a public or private infrastructure
- [QuickStart](https://dev-docs.tasknet.co/getting-started/quickstart.md): A quick example showcasing the usage
- [Becoming a Node Operator](https://dev-docs.tasknet.co/node-operators/becoming-a-node-operator.md): How to obtain an apiKey to become a node operator
- [Points Program](https://dev-docs.tasknet.co/node-operators/points-program.md): Rewards for uptime, jobs completed, and referrals.
- [Browser Sessions](https://dev-docs.tasknet.co/features/browser-sessions.md): You can start browser session on-demand
- [Automation Script Support](https://dev-docs.tasknet.co/features/browser-sessions/automation-script-support.md)
- [Automation with API](https://dev-docs.tasknet.co/features/browser-sessions/automation-with-api.md)
- [Real-Time View](https://dev-docs.tasknet.co/features/browser-sessions/real-time-view.md): Monitor browser activity in real time
- [File Downloads, and Uploads](https://dev-docs.tasknet.co/features/browser-sessions/file-downloads-and-uploads.md): handle files on your browser session
- [User Fingerprints](https://dev-docs.tasknet.co/features/user-fingerprints.md): You can customize browser fingerprints to make each session unique by adjusting the configuration of the fingerprint
- [Proxy](https://dev-docs.tasknet.co/features/user-fingerprints/proxy.md): obscure the browser from detection
- [Chrome Extensions](https://dev-docs.tasknet.co/features/user-fingerprints/chrome-extensions.md): Use your desired chrome extensions
- [Running Automation Scripts](https://dev-docs.tasknet.co/guides/running-automation-scripts.md): How to run your automation script
- [RealTime View](https://dev-docs.tasknet.co/guides/realtime-view.md): How to view your session
- [Use With AI](https://dev-docs.tasknet.co/guides/use-with-ai.md)
- [Function Tooling](https://dev-docs.tasknet.co/guides/use-with-ai/function-tooling.md): How to convert an api controller endpoint to a tool
- [Data Extraction with LLM](https://dev-docs.tasknet.co/guides/use-with-ai/data-extraction-with-llm.md): How to extract data with LLMs
- [Exposing Dom to LLM](https://dev-docs.tasknet.co/guides/use-with-ai/exposing-dom-to-llm.md): How to present the DOM to an LLM
- [Typescript SDK](https://dev-docs.tasknet.co/reference/typescript-sdk.md): A typescript SDK for seamless integration
- [NodeJS/Typescript](https://dev-docs.tasknet.co/reference/typescript-sdk/nodejs-typescript.md): NodeJs Sdk
- [API Reference](https://dev-docs.tasknet.co/reference/api-reference.md): API endpoints are documented using OpenAPI specification.
- [Sessions](https://dev-docs.tasknet.co/reference/api-reference/sessions.md): Create running browser session to use remotely.
- [Enviornments](https://dev-docs.tasknet.co/reference/api-reference/enviornments.md)
- [Fingerprints](https://dev-docs.tasknet.co/reference/api-reference/fingerprints.md): Generate unique identifiers for your users to create a reusable environment of user session data, proxy, cookies and device configuration.
- [Extensions](https://dev-docs.tasknet.co/reference/api-reference/extensions.md): Explore the list of extensions supported by TaskerAI. Session initialized with extensions will create browsers preloaded with listed extensions.
- [Page](https://dev-docs.tasknet.co/reference/api-reference/page.md): If you selected api driver
- [Operators](https://dev-docs.tasknet.co/reference/api-reference/operators.md)
- [Files](https://dev-docs.tasknet.co/reference/api-reference/files.md): Download or upload files from a browser session
- [Providers](https://dev-docs.tasknet.co/reference/api-reference/providers.md)
- [Commands](https://dev-docs.tasknet.co/reference/api-reference/commands.md): Execute commands directly on a browser session
- [Changelog](https://dev-docs.tasknet.co/whats-new/changelog.md): A chronological list of all updates, fixes, and improvements made to the api
- [Coming Soon](https://dev-docs.tasknet.co/integrations/coming-soon.md)
