# Deploy AI Agent

## Deploying an AI Agent via Autonome

1. Head over to <https://apps.autono.meme/>.<br>

   <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfEAPe68wv8pYjJ9QUu7fX7jGXvW8k0oQBvbAmiXKlmwAbpF1Lxdd8voRQ2ghxDH1nsN0WsSwsOjySt2rGogktDQkf7tHXWh_xE-cY9mXoMkaGoOHVpdLOhypMfN5F9bG6HS_yw?key=rtQosRDvxM6lsBa6hOd2nPS6" alt=""><figcaption></figcaption></figure>
2. Log in using your Google credentials. Once you are logged in, you will be asked to create an organisation. Type in your organisation name and click "Create". Later, you will be able to add your fellow team members to your organisation. Organisation team members can view and manage your deployed AI Agent.
3. Click on “+” to start deploying a new AI Agent.<br>

   <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXctDfv86tECtodAEbuOnEPLqjeICuUz0mrbHPXvby-9pNd_n96SroEDivd0bU5QeAgXAXS5x8Tm0i00f4j3K__bby7FcY2Xht_iGvvJYoPLuwAe919aX3bXkx4AoO6LGUA-XxwXYA?key=rtQosRDvxM6lsBa6hOd2nPS6" alt=""><figcaption></figcaption></figure>
4. Select your preferred stack for your agent and click on “Submit”. We currently support Agentkit, Based Agent, Eliza and Perplexica agent frameworks. Additionally, we also provide the feature of verifiable agents via TEE (using [Automata services](https://github.com/automata-network/amd-sev-snp-attestation-sdk)).<br>

   <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeonSncFKYKa2W52lzNIfe4n3yEYicLMG7mm7tzXUjFr6qPlhfksblM2MIJg672l5oMuCArOuO0NKWBU44IOdibPbPaHXrn_iQ_yz4HXUCbqOX7iNe3NlG_g0RI-09XPLSs3L-Xdw?key=rtQosRDvxM6lsBa6hOd2nPS6" alt=""><figcaption></figcaption></figure>
5. Enter your API keys for deployment. For the Agentkit framework, we will require your OpenAI API key, Coinbase CDP API key and private key. You will be able to fetch these API keys by referencing the [OpenAI guide](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key) and the [Coinbase CDP guide](https://docs.cdp.coinbase.com/coinbase-app/docs/getting-started).<br>

   <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfbPmSVUNaZ1Nf5z6kia6fvnlB6FxaCuDVTle8wyNrHNr5nEXTosPK2a5TrZe-iTdGQSQoVu-rdhHQ8HbEID3KWYUMqnGpaKDT5aIMjxaF4rPSsPqJ6cstzQ9Y3ctpIC3Zz-Xby?key=rtQosRDvxM6lsBa6hOd2nPS6" alt=""><figcaption></figcaption></figure>
6. Click on "Free Trial" to deploy your first AI Agent on-the-house!<br>

   <figure><img src="https://3112893033-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8DRtEPgHrIg4b65B1smQ%2Fuploads%2FNdAGSqeQLSpHyclP7XRn%2Fimage.png?alt=media&#x26;token=c69b0a76-755d-45c9-9c57-f27420eacec7" alt=""><figcaption></figcaption></figure>
7. Wait for the deployment of your AI agent to be completed. This process usually takes \~5 minutes.<br>

   <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfPm5477uVQVbfZDuL0t4E3B9T0GsQv-9S9Yqpvt6VrnrLCN-5TWz_3FzZPBQKA4-BSMSX7Ut_ceotKbN-zBaXybG5SSxIhShBEjK902j0MC9fyKspDlT5aUCcCC1S0l96ul4owPg?key=rtQosRDvxM6lsBa6hOd2nPS6" alt=""><figcaption></figcaption></figure>
8. Once the AI agent is successfully deployed, you can chat with your AI agent by clicking on "Chat with Agent".<br>

   <figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiM2FJpN8zRh_1MmIV1YgEEKYY7_KMd_a2-CaE1M_0XYmiylRQm_UbfkZZMyKGzNjEwvS6E2zst5DoSVMDdb7fviG72Gpgd4_tne_k9fYDxspI2DtWg0WjqEdwxZcLmiXFPIywnA?key=rtQosRDvxM6lsBa6hOd2nPS6" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.altlayer.io/altlayer-documentation/autonome/deploy-ai-agent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
