Encord home page
Search...
⌘K
Blog
Search...
Navigation
Get Started
Authentication
Platform
SDK
Agents
End-to-End
Release Notes
Basics
Get Started
Introduction
Installation
Authentication
Dependencies
Basic Task Agent Example
Editor Agents
Editor Agents Introduction
Editor Agents Specification
Hosting Editor Agents
Editor Agent Examples
Task Agents
Task Agents Introduction
Custom Domain
Execution
Pre Classification of Images using GPT 4o
Task Agent Examples
Pre-Built Agents
Docker Agent Examples
SDK Reference
Agents Reference Core
Agents Reference Editor Agents
Agents Reference Task Agents
Migration Guide
Get Started
Authentication
To interact with the Encord platform programmatically, you must authenticate each time you run a script that uses the Encord SDK.
Ensure you have an Encord account. If not,
register here
.
Create a public and private SSH key for authentication by following
this documentation
.
We recommend creating a
service account
to be used with agents.
Set one of the following environment variables in the environment where you plan to run your agents:
ENCORD_SSH_KEY
: The raw content of your private key file.
ENCORD_SSH_KEY_FILE
: The absolute path to your private key file.
Was this page helpful?
Yes
No
Installation
Dependencies
Assistant
Responses are generated using AI and may contain mistakes.