diff --git a/src/content/changelog/2025-changelog-eliza-edit-characterfile-ai-aegent-proxy-and-remote-attestation/index.md b/src/content/changelog/2025-changelog-eliza-edit-characterfile-ai-aegent-proxy-and-remote-attestation/index.md index 1e0a1881..194a40d4 100644 --- a/src/content/changelog/2025-changelog-eliza-edit-characterfile-ai-aegent-proxy-and-remote-attestation/index.md +++ b/src/content/changelog/2025-changelog-eliza-edit-characterfile-ai-aegent-proxy-and-remote-attestation/index.md @@ -1,7 +1,7 @@ --- title: 'Fleek Changelog: Characterfile editing, AI agent API and Remote attestation' date: 2025-02-17 -desc: 'Fleek’s AI Agent capabilities, including a new AI Agent Proxy API and the ability to edit characterfiles directly from the' +desc: 'Fleek’s AI Agent capabilities, including a new AI Agent Proxy API and the ability to edit characterfiles directly from the UI' thumbnail: './fleekchangelog.png' image: './fleekchangelog.png' author: diff --git a/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/create-api-token.png b/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/create-api-token.png new file mode 100644 index 00000000..bc97e217 Binary files /dev/null and b/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/create-api-token.png differ diff --git a/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/draft-agent.png b/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/draft-agent.png new file mode 100644 index 00000000..444fbf85 Binary files /dev/null and b/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/draft-agent.png differ diff --git a/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/fleek-changelog.png b/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/fleek-changelog.png new file mode 100644 index 00000000..b06e2261 Binary files /dev/null and b/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/fleek-changelog.png differ diff --git a/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/index.md b/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/index.md new file mode 100644 index 00000000..3a8e5188 --- /dev/null +++ b/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/index.md @@ -0,0 +1,102 @@ +--- +title: 'Fleek changelog: Version toggling, API key generation, and more' +date: 2025-03-03 +desc: 'Eliza version selector for AI agent deployment, API key generation, and more' +thumbnail: './fleek-changelog.png' +image: './fleek-changelog.png' +author: + - 'Tobiloba Adedeji' +--- + +Hey, Fleek community! + +We’ve rolled out some exciting updates over the past few days, and we’re excited to share them with you! Here’s a breakdown of what’s new: + +--- + +## Eliza Version Control + +Fleek allows users to switch between different versions of Eliza while building AI agents. Through the **Agent Deployment Portal**, users can select a specific Eliza version and adapt their agent’s instance on Fleek’s virtual machines. + +### Supported Versions + +Fleek currently supports [Eliza v0.25.9](https://elizaos.github.io/eliza/docs/changelog/), [Eliza v0.1.9](https://elizaos.github.io/eliza/docs/changelog/#v019-2025-02-01), [Eliza v0.1.8](https://elizaos.github.io/eliza/docs/changelog/#v018-alpha1-january-31-2025) and [Eliza v0.1.7alpha2](https://elizaos.github.io/eliza/docs/changelog/#version-017-alpha2-2024-12-28). You can track updates and available versions [here](https://elizaos.github.io/eliza/docs/changelog/). + +### Switching Eliza Versions + +To switch between Eliza versions: + +1. Visit [fleek.xyz/eliza/](https://fleek.xyz/eliza/). +2. Use the **dropdown toggle** to select the desired version. +3. Proceed with one of the [three deployment options](/docs/ai-agents/#deploy-ai-agents) on the Deployment Portal. + +This flexibility allows developers to test, iterate, and deploy AI agents on the latest stable versions while maintaining compatibility. + +--- + +## API Key Generation Made Easier + +Generating API tokens for Fleek’s [AI Agents APIs](/docs/ai-agents/agents-apis/) is now more streamlined. You can now create, view, copy, and regenerate API keys directly from the [Eliza deployment page](/eliza/) or the [Fleek dashboard](https://app.fleek.xyz/). + +**Steps to generate an API key:** + +1. Visit the [Eliza deployment page](https://fleek.xyz/eliza) and click **"Account settings"** at the bottom. +2. Navigate to the **"API Tokens"** tab to view all your generated API keys. +3. Click **"Create API Token". A** modal appears, \*\*\*\*enter a name for your key and confirm. + +![Create API Token](./create-api-token.png) + +Use the generated key as your X-Api-Key for all API requests. + +--- + +## AI Agent Draft Status + +Agents still in draft mode will feature an icon next to their name on the Eliza deployment page and the Fleek dashboard. + +Additionally, users can now: + +- Easily view them with all the other agents +- Continue editing drafts before publishing +- Delete draft agents if no longer needed + +This refinement streamlines agent development and ensures drafts don’t get lost in larger projects. + +The draft creation APIs are also available now. Learn more in our [AI Agents API documentation](/docs/ai-agents/agents-apis/). + +![Draft AI agent](./draft-agent.png) + +--- + +## Table of Contents for AI Agent Creation + +The AI agent creation flow for both "Build from Scratch" and "Start with a Template" now includes a table of contents for seamless navigation. You can quickly jump between sections to review and edit details before proceeding to deployment. + +![Table of contents](./templates.png) + +--- + +## Sidebar Status Indicators for AI Agents + +The AI Agents sidebar on the [Eliza deployment page](/eliza) now displays agent statuses at a glance. This helps you quickly identify which agents are active, inactive, or still in draft mode. + +### Updated Sidebar Indicators + +The sidebar now features visual status indicators for each AI agent: + +- **Green dot**: Active agents +- **Gray dot**: Inactive agents + +This makes monitoring and managing your AI agents easier than ever without navigating multiple menus. + +--- + +That’s all for now! Thank you for choosing Fleek. + +[Check out our documentation](/docs/ai-agents/) for more details. + +Don’t forget to: + +- Follow us on [X](https://x.com/fleek) +- Join our [Discord](https://discord.gg/fleek) +- Explore our [guides](/guides/) and [resources](/docs/) diff --git a/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/ssh-feature.png b/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/ssh-feature.png new file mode 100644 index 00000000..a45140f6 Binary files /dev/null and b/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/ssh-feature.png differ diff --git a/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/templates.png b/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/templates.png new file mode 100644 index 00000000..6d5ab6c8 Binary files /dev/null and b/src/content/changelog/2025-changelog-eliza-ssh-access-for-agents-api-key-generation-and-more/templates.png differ diff --git a/src/settings.json b/src/settings.json index 1a99764b..e24bd2b2 100755 --- a/src/settings.json +++ b/src/settings.json @@ -553,7 +553,7 @@ "hero": { "title": "AI agent infrastructure for teams of every size", "subTitle": "Create, deploy, and scale AI agents with enterprise-grade performance and industry-best pricing.", - "primaryCta": "Create agent", + "primaryCta": "Create an agent", "secondaryCta": "Enterprise solutions", "tertiaryCta": "API documentation", "hideAnnouncement": false