> For the complete documentation index, see [llms.txt](https://developers.getarculus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.getarculus.com/readme.md).

# Developer Platform

## Arculus Development Tools

<figure><img src="/files/D43vQMAhwl3ar0cHYccj" alt=""><figcaption></figcaption></figure>

### Overview

Welcome to Arculus Development Tools. Here you'll find the tools and resources you need to integrate Arculus Cold Storage or Arculus Authenticate into your organization's technology stack.

The Developer documentation covers integration of the Arculus Auth/FIDO2 SDK into mobile, desktop, and web applications for passwordless authentication and transactional authorization using Arculus AuthentiKey hardware security keys.

### Use Cases

* [Arculus Authenticate Integration](https://app.gitbook.com/o/GsT7nYA2dYfaE3MBID9B/s/dRZKMAZ7RVOEypzZvTAl/introduction/1-introduction/1.6-integration-workflow)

### Documentation

Explore the main areas of our Developer documentation:

**1.** [**Introduction**](https://app.gitbook.com/o/GsT7nYA2dYfaE3MBID9B/s/dRZKMAZ7RVOEypzZvTAl/introduction/1-introduction) — System overview, audience, prerequisites, FIDO2 concepts, and integration workflow.

**2.** [**Development**](https://app.gitbook.com/o/GsT7nYA2dYfaE3MBID9B/s/dRZKMAZ7RVOEypzZvTAl/development/2-development) — SDK integration guides for iOS, Android, desktop, and web, plus API reference and CLI testing tools.

**3.** [**Deployment**](https://app.gitbook.com/o/GsT7nYA2dYfaE3MBID9B/s/dRZKMAZ7RVOEypzZvTAl/deployment/3-deployment) — Server deployment guides including AWS ECS, Docker, local development, and troubleshooting.

### Access to GitBook Developer Docs

Full access to the Arculus Developer documentation requires authorization. [**Please reach out to the Arculus Sales team**](mailto:sales@getarculus.com) to request access, schedule a demonstration, or learn more about our Developer Tools and integration options.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developers.getarculus.com/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
